Date created: 03/25/10 20:16:24. Last modified: 12/13/12 11:41:20
Scheduling AppleScript
The easiest way to schedule AppleScripts I find is to use osascript in a crontab;
0 0 * * * osascript /Users/<user>/midnight_script.scpt
This is a good quick reference for crontab syntax.
Previous page: Mount AD Folders
Next page: TimeMachine Automation