[python-win32] how to code pywin32 run existing window task scheduler?

Tim Roberts timr at probo.com
Thu Jan 14 02:34:12 EST 2021


On Jan 13, 2021, at 8:07 PM, Pongthorn Sangkaphet <technqvi_gangster at hotmail.com> wrote:
> I am interested in pywin32 . I am going to use it to run window task scheduler through Django web application ?
> 
> Does pywin32 provide some features or method to run window task scheduler?
> 
Obviously, since you’re already using them.  ;)
> I have tried already but error
> 
That’s 0x80070005, which is ERROR_ACCESS_DENIED.  Have you tried running this from an elevated process?
— 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/python-win32/attachments/20210113/ffc2fa02/attachment.html>


More information about the python-win32 mailing list