| 1. |
Solve : Dos- Changing file name string handling? |
|
Answer» i have set of files in folder as XYZ*.ZIP, i WANT to copy these files to source as *.zit EXCLUDING XYZ from file name? how to handle strings in DOS batch files or other way to handle this?Only thing I was able to COME up with was to do a rename on all and then copy. Not familiar with a method of doing a rename during a copy. Below is what I'd suggest. |
|