Script to open Automator
I had this script to launch Automator:
tell application "Finder"
activate
open application file "Automator.app" of folder "Applications" of folder "System" of startup disk
end tell
With upgrading to 11.6.1 and Monterey on another mac the script doesn't work appropriately. If I launch the script it will open either the system application folder or the user application folder and then if the script is run again, it opens Automator as "it should".
My guess is the new OS's have "issues" with the path to Automator, but don't know how to get the script to "simply" launch Automator.
This happens on both 11.6.1 and Monterey
Thanks
iMac Line (2012 and Later)