simple problem
Posted: 02 Sep 2014 01:34
Hi
I have a batch file that copy same file to many folders with incremental number on path.
I need to simplify the code. Can you help me?
work on this example:
I have a batch file that copy same file to many folders with incremental number on path.
I need to simplify the code. Can you help me?
work on this example:
Code: Select all
copy /y test.jpg 1990\test.jpg
copy /y test.jpg 1991\test.jpg
copy /y test.jpg 1992\test.jpg
copy /y test.jpg 1993\test.jpg
copy /y test.jpg 1994\test.jpg
copy /y test.jpg 1995\test.jpg
copy /y test.jpg 1996\test.jpg
copy /y test.jpg 1997\test.jpg
copy /y test.jpg 1998\test.jpg
copy /y test.jpg 1999\test.jpg
copy /y test.jpg 2000\test.jpg