Auto run/Timer

2007-08-04 Thread Rohan
Hello, I would like my script to run once a week with out any external interference. More like a timer. Can it be done in python or should some other shell scripting be used. If anyone knows anything please let me know. -- http://mail.python.org/mailman/listinfo/python-list

Re: Auto run/Timer

2007-08-04 Thread Stargaming
On Sat, 04 Aug 2007 08:27:05 +, Rohan wrote: Hello, I would like my script to run once a week with out any external interference. More like a timer. Can it be done in python or should some other shell scripting be used. If anyone knows anything please let me know. `cron` should be your

Re: Auto run/Timer

2007-08-04 Thread Irmen de Jong
Rohan wrote: Hello, I would like my script to run once a week with out any external interference. More like a timer. Can it be done in python or should some other shell scripting be used. If anyone knows anything please let me know. Have a look at my 'kronos' task scheduler, available