- Code: Select all
tell application "Capture One 10"
activate
set method of batch rename settings of current document to text and tokens
set token format of batch rename settings of current document to "Job Name|_|2 Digit Counter"
end tell
I thought I'd be able to set up a session with my preferred rename settings, but perhaps these settings need to be done individually each time a batch rename function is performed? And speaking of, what is the best way to perform a batch rename via AppleScript? Still pretty newb to AppleScript so have been able to figure out setting most settings but figuring out new functions is not a strong suit.