-
Rename FIles
Is it possible to go into a directory and rename a bunch of files instead of renaming one at a time in windows dos. I want to append something to about 100 files and dont want to take the long route. Basically I need to go into the directory and snatch each file and rename.
Thanks,
Jon
-
Couldn't you just use a loop?
-
rename *.txt *.cpp
all file with .txt will be renamed .cpp
-
thats obvious and not what i was looking for...i was looking for more on the lines of appending something to the beginning of a bunch of files.
JOn
-
acttually, get tom's rtbt (single floppy linux)
you can do pretty much anything