Say I wish to do the following action within Opus 12 rename dialog
- rename a file using regular expressions
- use an existing script (currently under a button in the toolbar)
- rename the file back to the old name
example
- from "File 01-2015.pdf" to "File 01-01-2015.pdf" (use regex here)
- then apply existing script: change mod.date after date in filename
- then rename the file back to "File 01-2015.pdf" (use regex here)
If at all possible, this should probably be saved as a macro?