Tagged Questions
2
votes
4answers
468 views
cron is failing to run my AppleScript
I have the following code in a text file (myfile.applescript):
#! /usr/bin/osascript
tell application "Google Chrome" to quit
I would like Chrome to shut down each night at 9:15PM, so I added the ...
0
votes
0answers
24 views
Launch program after inactivity [duplicate]
Possible Duplicate:
How can I automatically launch an application whenever the Mac goes idle?
I'd like to launch an AppleScript/ App after 30 minutes of system inactivity. e.g. no cursor ...