Help with making script more efficient and smooth!
I'm hoping that someone can help making this script work better - I'm aware that its a bit of a hodge podge of scripts and that there might be a better way to achieve the same things.
Main issues I seem to have is that I need a solution to open any version of Capture the user may have, and a more elegant way of dating the session?
on run
set formattedDate to (do shell script “date +‘%d.%m.%y_‘“)
set sessionName to formattedDate
set sessionLoc to “/Users/USER1/Pictures”
tell application “Capture One 22"
launch
close current document
make new document with properties {kind:session, path:sessionLoc, name:sessionName}
apply workspace “default_workspace”
end tell
end run
Please sign in to leave a comment.
Comments
0 comments