![]() |
nrename |
|
| Home « Computers « nrename | ||
nrename is a command line utility that performs bulk file renames using regular expressions to pick piceces of the old names to reconstruct the new names. A good knowledge of regular expressions is required to use the command and care should be taken that it produces the required results. Use the /t switch to test the command before applying it to real files.
Here is the help display from nrename when no parameters are entered:
FUNCTION |
A description of the regular expression syntax can be found at MSDN Introduction To Regular Expressions.
| nrename Project - (7KB) ZIP of the Visual Studio .NET 2003 Project with source code | |
| nrename Executable - (13KB) ZIP of the EXE file only |
Back to: Computers & Software Main Page