Multi-Rename Tool syntax in Copy dialog: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 10: Line 10:
Source files: file1.extension ; file2.extension<br>
Source files: file1.extension ; file2.extension<br>
Target files: stringfile1.r01 ; stringfile1.r02
Target files: stringfile1.r01 ; stringfile1.r02
{{backlink|Internal functions Ideas and suggestions|Internal functions}}

Revision as of 20:01, 30 September 2005

Right now you can only choose a file mask like abc*.def* in the Copy dialog which autorenames a source file like testfile.extension to abctfile.defension in the target panel. This ability is obviously very limited, adding or cutting strings for example is not possible at all.

With the MRT syntax available in the Copy dialog one could easily autorename files like this:

File mask: [N5-].[E1-3]
Source file: testfile.extension
Target file: file.ext

File mask: string[N].r[C:2]
Source files: file1.extension ; file2.extension
Target files: stringfile1.r01 ; stringfile1.r02


Back to Internal functions