Is there python module about win32 'Scheduled Tasks' ?

John Roth newsgroups at jhrothjr.com
Sun Oct 12 15:31:11 EDT 2003


"Bart Simpson" <bbiro at netian.com> wrote in message
news:10093a06.0310120517.7f231a24 at posting.google.com...
> "John Roth" <newsgroups at jhrothjr.com> wrote in message
news:<voi4at1f7m9q9c at news.supernews.com>...
> > "Bart Simpson" <bbiro at netian.com> wrote in message
> > news:10093a06.0310112024.76b8628f at posting.google.com...
> > > Hi,
> > >
> > > I want to control 'Scheduled Tasks' in Windows 2003 by python program.
> > >
> > > But I couldn't find any Python module about win32 'Scheduled Tasks'.
> > > I could find only Perl module about it. (see
> >  http://taskscheduler.sourceforge.net)
> > >
> > > But, I want to control 'Scheduled Tasks' by python :)
> > >
> > > Is there any python module about win32 'Scheduled Tasks'?
> > > Or, is there another solution?
> >
> > Possibility one - have you tried Google?
>
> Yes, I searched google and some python communities for last several days.
>
> But I couldn't find about it.
>
> > Possibility two - convert the Perl module - assuming it works.
>
> I'm glad to hear that.
>
> May I get some hints about converting the Perl module to Python?
>
> http://taskscheduler.sourceforge.net/taskscheduler.html

The biggest thing I'd look for is what it's doing to Windows
to interface. Then simply do the same thing in Python.

John Roth


>
> Thanks!
>
> --
>
> Y.H. Rhiu
>
> > John Roth
> > >
> > > Thanks!
> > >
> > > --
> > > Y.H. Rhiu






More information about the Python-list mailing list