Hi Gurus,
Making my first python program and try to mimic a crontab.
running : 2.6 with sched module
I need to create a python program which can execute programs at a specific time. so I have a list of schedule such as
[Start_Time], [Action]
Monday 25th September 2009 10:00:00, /opt/prgr/run1.sh
Monday 25th September 2009 11:00:00, /opt/prgr/run2.sh
Monday 25th September 2009 12:00:00,...