Question
AppleScript "do script" with a file
I'm trying to execute a javascript file in Acrobat.
tell application "Adobe Acrobat"
do script file theFilepath as alias
end tell
But Acrobat (24.002.21005) crashes. The contents of the file "theFilepath" executes if do script is called using a string.
What am I doing wrong?
Thanks!
Doug
