How do I run a python script on Windows?
2 answers
I would use the Task Scheduler.
I also read about the "cron-like" python PyCron application - http://www.bigbluehost.com/article4.html . If you're in the end of Unix town, you may find it more familiar than the Windows Scheduler. Never used it myself, but it might be of interest.
0
a source to share