Python Forum

Full Version: Getting an .exe to run from Task Scheduler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have created an exe using pyinstaller.

The exe runs just fine if I run it manually. However, If I try and schedule it using a basic task in Task Scheduler then it doesn't run at all.

any thoughts....

Thanks

Fiorano
Any error you are getting?
Take a look into the event log viewer of Windows. There should be an entry about the started service and errors.
Maybe a path is wrong.