Time activated scripts/apps

I am interested in executing a script at specific points in the day. Can anyone give me advice on what I need to do? How do you check the status of the time? Are loops or idles involved? I really like the site…it has helped me learn so much!

Hi bonedoc,

I used cronnix to create unix crontabs that run compiled scripts every hour.

http://www.versiontracker.com/dyn/moreinfo/macosx/9478

Search for the unix osascript command to run compiled scripts or open to run script applications. Example:

osascript “/Users/kel/My AppleScripts/Chime”

gl,

thanks, I got the program, and its working great!