Re: Windows XP - cron or scheduler for Python?
Hi,
I thought I'd throw in my 2 cents worth.
I have written a freeware task scheduler that might be of interest to
you.
It's called Kirby Alarm And Task Scheduler.
Over 16000 people around the world use it.
Kirby Alarm will run a program, pop up a note, play a sound, or send an
email at whatever intervals you like.
Have a look at http://www.kirbyfooty.com/
or read what others have to say about it at
To run a python script just put the following into the program name.
(The quotes MUST be included wherever there are spaces in the command
line)
"C:\Python23\py thon.exe" "d:\mypython\Sa y Time.py"
Have a great Christmas!
God bless
Ian
Hi,
I thought I'd throw in my 2 cents worth.
I have written a freeware task scheduler that might be of interest to
you.
It's called Kirby Alarm And Task Scheduler.
Over 16000 people around the world use it.
Kirby Alarm will run a program, pop up a note, play a sound, or send an
email at whatever intervals you like.
Have a look at http://www.kirbyfooty.com/
or read what others have to say about it at
To run a python script just put the following into the program name.
(The quotes MUST be included wherever there are spaces in the command
line)
"C:\Python23\py thon.exe" "d:\mypython\Sa y Time.py"
Have a great Christmas!
God bless
Ian
Comment