Put TC's cm_MultiRenameFiles batch rename tool in the command. How to write parameters can add all the files in the current directory to the batch rename tool and change their names.
Currently, %P and %P\*.* are used. They cannot be added in batches. need to select the files .
cm_MultiRenameFiles parameters Import all files into the batch renaming tool.
Moderators: Hacker, petermad, Stefan2, white
Re: cm_MultiRenameFiles parameters Import all files into the batch renaming tool.
1) select all files
2) open MRT (Ctrl+M)
2) open MRT (Ctrl+M)
Re: cm_MultiRenameFiles parameters Import all files into the batch renaming tool.
Build user comand with command chain, e.g:
[em_MultiRenameAllFiles]
cmd=cm_SelectAllFiles,cm_MultiRenameFiles
[em_MultiRenameAllFiles]
cmd=cm_SelectAllFiles,cm_MultiRenameFiles
Re: cm_MultiRenameFiles parameters Import all files into the batch renaming tool.
Gral wrote: 2024-08-15, 19:17 UTC Build user comand with command chain, e.g:
[em_MultiRenameAllFiles]
cmd=cm_SelectAllFiles,cm_MultiRenameFiles
Thank you, this method works very well