Bulk Rename Utility

 
Software Comments:
...

Bulk Rename Command

In addition to my conventional Bulk Rename Utility, I also now have my command-line version, Bulk Rename Command .

For those of you who grew up with Windows, the command-line is the non-GUI way to perform commands on your PC.With DOS everything was driven from the command-line, but with Windows you have to access the command-line by clicking Start, Run, then typing cmd (or command, if you use Windows 98). You might think this sounds convoluted and backward, but a command-line utility can wield immense power if you are performing repetitive tasks. For example, you can:

  • Create scheduled jobs
  • Create a set of batch files which perform a single task, safe in the knowledge they will do exactly the same thing each time.
  • See exactly what comamnd is being performed - no hidden settings
  • Be sure that you will always keep the command details -there are no config files to lose.

Bulk Rename Command (BRC) is targetted at system administrators and power-users, who need to perform specific tasks repetitively. For example, the renaming of logfiles, or the processing of backup files. As such, it does not contain some of the features of Bulk Rename Utility such as MP3-tag or EXIF tag processing.

BRC is available in three formats:

  1. ANSI - for users of Windows 98
  2. Unicode 32-bit - for users of NT, 2000, XP, 2003 and Vista
  3. Unicode 64-bit - for users of the higher powered XP, 2003 and Vista systems.

For the technically minded amongst you, I have compiled the three versions with MFC as a static library - so there's no DLL files or missing dependencies to worry about.

You can download BRC here.

Top   Home


Bulk Rename Utility, Copyright Jim Willsher 2002-2008