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 12: Line 12:


{{backlink|Internal functions Ideas and suggestions|Internal functions}}
{{backlink|Internal functions Ideas and suggestions|Internal functions}}
{{de|Nutzung der Platzhalter des Mehrfach Umbenennen Tools im Kopierdialog}}

Latest revision as of 21:11, 16 October 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