Question for the experts: for the DOS batch file below, how should the program be written?
1. There are many TXT files named with numbers (from small to large). Now I need to change all those numeric filenames as required (for example: add 100 to all of them), still keeping them in ascending order.
2. Take the renamed TXT files and, at a specified time interval (such as 10 seconds), copy them one by one in ascending order
automatically to another place (such as C:\...TXT-----G:\...TXT)
The above is a major problem I have run into recently, I kneel and beg the experts to tell me
1. There are many TXT files named with numbers (from small to large). Now I need to change all those numeric filenames as required (for example: add 100 to all of them), still keeping them in ascending order.
2. Take the renamed TXT files and, at a specified time interval (such as 10 seconds), copy them one by one in ascending order
automatically to another place (such as C:\...TXT-----G:\...TXT)
The above is a major problem I have run into recently, I kneel and beg the experts to tell me
