Tagged Questions
1
vote
2answers
326 views
How can I automatically run an AppleScript on shutdown or logout?
I am more used to the Javascript style event handlers,
but is there a similar thing in applescript that listens to system events like logout or shutdown to execute code
or is there a way to have an ...