I need to execute one of my scripts at a specific time (11:00 in the morning to be exact) on a daily basis. Is there any easy way to automatically do this?
Do I have to write a script that would track the time and then call this other script? The only downside would be that the time-tracking script would have to running full-time.
Thanks for any insights.