Now and again I find I have a set of files that needs to be renamed in some way. Often it’s capitalising each word, or stripping out certain characters (dots, square brackets etc.). This program makes it easy to do that and therefore has become indispensable:
I won’t do a full review here as Naru’s site has screenshots and an overview, but two features that are really useful are:
- Regular expressions
- Recursing into sub folders
The one thing it can’t do is rename files based on some arbitrary list of filenames, a text document for example. That however could easily be done in a batch file. More on that later.
Tags: CMD/Batch, Files, Programming, Regular Expressions, Software













[...] MarkC.net « Flexible renamer [...]