Magic File Renamer Help |
MFRC /P:preset-name /A:filename|pathname|filemask
[additional parameters]
/A
parameter can be specified multiple times.
Parameter | Description |
/P:preset-name |
Use the specified preset of applied filters to perform the rename. Saved preset
may also include auto-sort configuration if you want to sort the rename list before
applying.
A preset file with the same name should be found in the "\Presets" folder. The ".mps" extension should not be included. This parameter is required. See also: How to save a preset? Hint: for preset names with spaces, enclose the parameter in "..." like "/P:my
preset" .
|
/A:filename |
Add a single file to rename list. Local or full path is accepted. |
/A:pathname |
Add a single path to rename list. Local or full path is accepted. If /R is included, contents of the folder will be added.
|
/A:filemask |
Add all files matching the specified wildcards to rename list. |
/F- |
Do not add file names to rename list. Only folder names will be added. (Default: OFF) |
/D+ |
Add folder names to rename list. (Default: OFF) |
/R+ |
Recursively add contents of sub-folders to rename list. Contents of a folder may be added even if folder itself is not added. (Default: OFF) |
/H+ |
Include hidden and system files in rename list. (Default: OFF) |
/COPE |
Continue on preview errors. Unless this parameter is specified, rename operation will be canceled if errors occur during calculation of new names. If this parameter is specified, rename operation will continue, but items with errors will be ignored. (Default: OFF) |
/Confirm |
Requires a confirmation from the user for each single item rename. (Default: OFF) |
/S |
Silent mode. No output will be written to console. (Default: OFF) |
/V |
Verbose mode. Displays additional information in console. (Default: OFF) |
/Help |
Show this help document. |
Code | Description |
0 | Session completed successfully. (Rename errors still might have occurred) |
1 | Session canceled: Invalid parameters. |
2 | Session canceled: Failed to specified add files or folders. |
3 | Session canceled: Failed to load specified preset. |
4 |
Session canceled: Error occurred while calculating new name for at least one file.
(Use /COPE to ignore preview errors.)
|
5 | Error occurred while saving rename log. |
99 | Other error occurred. |
MFRC /P:counter /A:C:\Images /R+
MFRC "/P:Pretty Names" "/A:C:\My Music\*.mp3" /A:D:\music /R+ /COPE /V
"C:\Program Files\FineBytes\MFR6\MFRC" "/P:Random Names" /A:*.htm* /Confirm