in reply to Running a script daily
I agree with what some of the others are suggesting. First, write the script that does the work you want without worrying about the scheduling part. Then after getting that running correctly, use your OS's scheduler (cron in *nix, Task Scheduler in Windows) to run the task every day at midnight.
(If you're like me and not very familiar with cron, it looks like jethro gave you some tips on how work with cron.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running a script daily
by Marshall (Canon) on Aug 20, 2010 at 02:27 UTC |