During my work time I had to create a batch of files from a single file so that those can be used to load test a system. I wrote small batch file which does the job
SET /p NOOFFILES="No Of Files : "
SET I=0
SET COPYCMD=/Y
:Start
CP ./File.zip ./File-%I%.zip
SET /a I+=1
IF %NOOFFILES% == %I% (
GOTO End
) ELSE (
GOTO Start
)
:End
1 comment:
nice piece of information, I had come to know about your internet site from my friend vinay, delhi,i have read atleast 12 posts of yours by now, and let me tell you, your website gives the best and the most interesting information. This is just the kind of information that i had been looking for, i'm already your rss reader now and i would regularly watch out for the new post, once again hats off to you! Thanx a to once again, Regards, Marathi Jokes in Marathi Language
Post a Comment