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

Upgrading Lodash from 3.x to 4.x

C++/CLI: Trigger events from C++ native code and handle them in Managed code, Part I

Traduciendo un custom control de Windows Forms de VB.NET a C#