[python-win32] Task Scheduler

Gabriel Genellina gagenellina at softlab.com.ar
Wed Jul 20 01:50:00 CEST 2005


At Friday 15/7/2005 00:44, kimwaic888-pythonwin32 at yahoo.com wrote:

>Thank you, Roger, for pointing that out.  I tried the
>test sample and it did create the scheduler object as
>one would expect.
>
>However, same as the at.exe attempt I did from CLI,
>the object doesn't run when the time came.  I manually
>requested "Run" and the task runs fine (with the
>message dialog poping up).
>
>I retried several times by playing around with the
>settings (manually entering password and so forth) but
>nothing worked.
>
>Any clues?

Does the process depends on its startup directory?
Runs under any user account?
Needs any privilege?
Is interactive? (use /interactive)


Gabriel Genellina
Softlab SRL  



More information about the Python-win32 mailing list