Default
The "Default" script is automatically created by the program and will load every time the program is run (unless command line options are used). This script can be altered to change the default settings shown at startup.
Command line options
Rename Master supports command line options. The syntax is as follows:
Command Line usage
RenameMaster.exe "drive:\fullpath\"
RenameMaster.exe -s script.rmscr ["optional path"]
RenameMaster.exe -xi script.rmscr ["optional path"]
RenameMaster.exe -xu script.rmscr ["optional path"]
RenameMaster.exe -ri script.rmscr ["optional path"]
RenameMaster.exe -ru script.rmscr ["optional path"]
"-s" will load a script and show the main program
"-xi" will execute the script and ignore any errors
"-xu" will execute the script and undo any changes when an error is found
"-ri" will execute the script on all subfolders (recursively) and ignore any errors
"-ru" will execute the script on all subfolders (recursively) and undo any changes when an error is found
NOTE: The script must reside in the same folder that RM is located.