Massive file rename in Windows XP
The Windows XP console (Start->Run...->cmd) is not so bad: With the rename command, it is possible to rename multiple files using wildcards. For example:
- rename * *.txt #Adds the .txt extension to all files
- rename *.dat *.rar #Changes all the .dat's extension to .rar
Comments
Post a Comment