ReNamer:Command Line
ReNamer supports several command line parameters. The general format is as follows:
- "ReNamer.exe" <Parameters>
Please note that multiple parameter types cannot be combined together.
Short description
Parameter | Description |
---|---|
<files> | Paths to files and folders which will be automatically added to the program. Program's default settings will be used for adding folders. Masked paths can also be used, e.g. "C:\Pictures\*.jpg" |
/preset <preset> <files> | Load preset specified by a preset name or a full path. Optionally, paths to files/folders can be appended to the end on this command, and they will be automatically added to the program. |
/rename <preset> <files> | Load preset specified by a preset name or a full path and proceed with Preview and Rename actions. Upon successful Preview and Rename operations, program will close automatically. Otherwise, graphical user interface will become visible and an appropriate error message will be displayed. Paths to files/folders can be appended to the end on this command, and they will be automatically added to the program. |
/enqueue <files> | Add following files/folders to already running instance of the program. If no running instance is found - launch a new one. |
/list <files> | Load a list of files/folders from the following list files. |
/uninstall | Remove all manually turned on associations with the program, e.g. presets association. For advanced users only! |
Examples:
- "ReNamer.exe" /enqueue "C:\Folder" "C:\Pictures\*.jpg"
This command will add to already running instance of the program contents of folder "C:\Folder" (depending on the default settings) and all *.JPG files from folder "C:\Pictures".
- "ReNamer.exe" /preset "MyRules" "C:\Folder"
This command will launch a new instance of the program, will load the preset with the name "MyRules", and will add contents of folder "C:\Folder" (depending on the default settings).
- "ReNamer.exe" /rename "MyRules" "C:\Folder"
This command will launch a new instance of the program, will load the preset with the name "MyRules", will add contents of folder "C:\Folder" (depending on the default settings), and will execute Preview and Rename operations (program will close upon successful completion of all operations).
- "ReNamer.exe" /list "List1.txt" "List2.txt"
Where "List1.txt" and "List2.txt" are lists of files (one per line), with absolute or relative paths (relative to the list file). The contained paths will be loaded into ReNamer.
Extended description
Parameters | Description |
---|---|
<files> |
Launch ReNamer and add all files to the Files pane. You will have to finish the rest of the steps yourself: add rules, preview the items and rename them. While composing the command, replace <files> with the absolute paths to files and folders to be renamed. Use a space to separate the entries in the list.
|
/preset <preset> <files> |
Launch ReNamer and load the preset specified by a preset name or a full path to the preset file. (The /preset part is a literal - enter it just as shown.) You will have to finish the rest of the steps yourself: preview the items and rename them.
|
/rename <preset> <files> |
Launch ReNamer, load preset specified by a preset name or a full path to the preset file, add the files and folders listed at the end on this command line, and then proceed with Preview and Rename actions. (The /rename part is a literal - enter it just as shown.) ReNamer's behavior changes basing on whether there are any problems during renaming.
|
/enqueue <files> |
Add the listed files/folders to an already running instance of ReNamer. If no running instance is found, launch a new one. (The /enqueue part is a literal - enter it just as shown.)
|
/list <files> |
Load a list of files/folders from the list files that follow the command. (The /list part is a literal - enter it just as shown.)
|
/uninstall |
Remove all manually turned on associations with the program, e.g. presets association. (The /uninstall part is a literal - enter it just as shown.)
|
The examples shown above do not include the full path to "ReNamer.exe" as it can differ between installations. To make these commands work on your computer you have a choice of either:
- Add the path of the ReNamer executable to the Windows PATH environment variable. After that, you can use the commands as shown above.
- Use the full path to the ReNamer executable in the command line, e.g. "C:\Tools\ReNamer\ReNamer.exe" /list "List1.txt" "List2.txt".
Tricks with command line
You can exploit the command line in two different ways:
Application | How |
---|---|
Launch ReNamer with options |
Normally, you launch ReNamer from the Quick Launch bar. At such times, it starts without any rules. But you can launch ReNamer with any of the parameters shown in the table above. Here is the trick:
From now on, whenever you click on the icon, ReNamer will be launched with all the options you've selected. Tip: You can create multiple copies of the icons in your Quick Launch Bar, Desktop or Menu START, and then assign a different command line to each icon. |
Launch ReNamer from other applications |
Many applications allow you to launch Windows commands. In such cases, you can select different files in that application and then invoke ReNamer from the command line mode. This will allow you to rename selected files directly, without having to add them to ReNamer's Files pane first. |