Files Repository
Any#Rename.exe is a command that renames many files at once.
The new names are generated names in form:
prefix + xxxxxx + suffix
where xxxxxx is a number incremented for each next file.
Usage:
Any#Rename file_filter prefix start_number suffix
or if you will a logfile
Any#Rename file_filter prefix start_number suffix > Any#Rename.log
Example:
Any#Rename *.jpeg Photo 200 .jpg
This renames all files with the extention jpeg
The new names are: Photo000200.jpg, Photo000201.jpg, ...
Notes:
Only files in the current directory are renamed.
Files with the attribute hidden, read-only or system aren`t renamed.
If the program succeeds the exit code is 1. Otherwise 2.
For no prefix (or suffix) use "" as an argument.
The logfile in the current directory must be called Any#Rename.log
