How can I make a program automatically run once per day?

Ethan Furman ethan at stoneleaf.us
Tue Jul 26 22:02:12 EDT 2011


John Salerno wrote:
> On Jul 9, 9:01 pm, John Salerno <johnj... at gmail.com> wrote:
>> Thanks everyone! I probably should have said something like "Python,
>> if possible and efficient, otherwise any other method" ! :)
>>
>> I'll look into the Task Scheduler. Thanks again!
> 
> Hmm, okay I'm finally trying Task Scheduler, but how do I set it to
> run a Python script? It seems to not work, I suppose because it's
> running the script but doesn't know how to find Python to run it
> properly.

You need to have Python be the command, then add the script as the 
parameter (you may need to right-click and go to properties... or 
something like that ;) .

~Ethan~



More information about the Python-list mailing list