Possible Duplicate:
User friendly way to schedule jobs in Mac OS X
I have a script that I want to run once every day. I know I can do this with cron but it also seems there should be a way to do it through the UI.
How can I schedule the script to run on a daily basis on OS X 10.6?
G-Man