Manipulating Windows Task Scheduler in Python

Erick ebodine at hotmail.com
Fri May 16 14:34:20 EDT 2003


That would be much appreciated.  Actually w2k/python-2.2 is what I am
working on so that would be perfect.  What did you use to construct
the binary? (Installer or py2exe)

--ERick


"Roger Upole" <rupole at hotmail.com> wrote in message news:<3ec2ce63_2 at corp-news.newsgroups.com>...
> 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