Saved Bookmarks
| 1. |
Solve : processing of files with a batch file? |
|
Answer» I want some insight. I need to process several input files using batch file. Input files are having a particular naming pattern. Say files are having names LIKE How can I change the file name in the batch file? after reading the question, all you want to do is change file name? basically you can change filename using ren or move command. But i GUESS your problem is not as simple as that... |
|