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

Popular posts from this blog

VB.NET: Raise base class events from a derived class

Apache Kafka - I - High level architecture and concepts

C++/CLI: Convert a String to BSTR or some other nasty stuff