Multi-Rename Tool syntax in Copy dialog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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}} | |||
{{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