INFORMATICS

The Best

Copy in the loop

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

The document translated automatically
Copy in the loop
Create a file to copy in the loop as a batch.

Copying from the location c: \ temp1 to the location d: \ temp2


: start


copy c: \ temp1 \ *. * d: \ temp2 \ *. *


goto start

When you run this script file will be copied to the location temp1 to temp2 in the loop. After copying the program starts again copy the same file and overwrites it.


Quick script to the network load.

Search