This is probably a simple question for the programming gurus
I'm trying to rename large groups of files using a dos batch command but for some reason its not working.
For example lets say there are 20 files named "data file #1.txt", "data file #2.txt", etc... but I want to rename them to "data file - 2004 - #1.txt". How would I write the command for that?
Here's what I tried to do before "ren data file #*.* data file - 2004 - #*.*" , but for whatever reason it did'nt work. Anyone have some suggestions on how to accomplish this?
I'm trying to rename large groups of files using a dos batch command but for some reason its not working.
For example lets say there are 20 files named "data file #1.txt", "data file #2.txt", etc... but I want to rename them to "data file - 2004 - #1.txt". How would I write the command for that?
Here's what I tried to do before "ren data file #*.* data file - 2004 - #*.*" , but for whatever reason it did'nt work. Anyone have some suggestions on how to accomplish this?
