Manipulating Windows Task Scheduler in Python

Roger Upole rupole at hotmail.com
Wed May 14 22:52:06 EDT 2003


I put together a rudimentary dictionary-based interface to the task
scheduler a while back.
The only binary I have for it right now is compiled against Python 2.2.
Also, there are a couple
of methods (GetTargetComputer and SetTargetComputer) that will only work on
win2k or better.
Let me know if you're interested and I can zip it up with a couple of sample
scripts and what
little documentation I've put together.
       Roger

"Erick" <ebodine at hotmail.com> wrote in message
news:2de245.0305140803.5ed57e27 at posting.google.com...
> Has anyone had any luck attempting to manipulate
> (adding/deleting/checking for tasks) the Windows Task Scheduler?  I
> have perused MSDN and found examples in C++ , which is not really
> familiar to me.
>
> --ERick






More information about the Python-list mailing list