0
votes
0answers
22 views

Eject Disk Image at logout with AppleScipt?

I would like to know how to use AppleScript to write a script that automatically ejects a disk image whenever the user logs out of their account. This script would be the complementary inverse to a ...
1
vote
2answers
362 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 ...