Windows XP: how do I add 00 in front of every file via command prompt?
I tried REN * 00*.gif but it doesn't work.
|
Windows XP: how do I add I tried REN * 00*.gif but it doesn't work. |
|||||
|
|
If you really want to rename everything:
If you only want to rename .gif files:
If you need to add the prefix to file names with spaces in them put quotes around the %a and 00%a at the end of the line, i.e.
|
|||||||||||
|