newBPhoneGuy
Technical User
I created a Batch file to test the sh*t out of a disk drive it goes like this
rmdir.....f:
mkdir.....f:*.*
xcopy /e /v /y e:*.* f:*.*
...
...
...
...
something along those lines
now what i want to do is loop ththe script... i think i can use the goto xxxxxx.bat at the end or just xxxxxx.bat but that would loop if forever what i need is the syntax in order to loop a script a certain number of time and i want it to be in the script i dont want to loop it in "scheduled tasks"
any help
thanks in advanced
rmdir.....f:
mkdir.....f:*.*
xcopy /e /v /y e:*.* f:*.*
...
...
...
...
something along those lines
now what i want to do is loop ththe script... i think i can use the goto xxxxxx.bat at the end or just xxxxxx.bat but that would loop if forever what i need is the syntax in order to loop a script a certain number of time and i want it to be in the script i dont want to loop it in "scheduled tasks"
any help
thanks in advanced