windows-task-scheduler

Task scheduler shows python script shows as running but not working

Task scheduler shows python script shows as running but not working Question: I’ve been trying to run a lengthy Python script in the task scheduler in order to be able to run it for a long periods of time. I’ve tried using bat files, inserting just the path to the actual python file, python.exe files, …

Total answers: 2

Scheduled program doesn't run every time–why not?

Scheduled program doesn't run every time–why not? Question: I currently have a python program that is both a web-scraper, and file-writer which updates databases that are on my desktop using windows 10 task scheduler. The problem is, for some reason the task scheduler doesn’t run the python files at the specified time 100% of the …

Total answers: 1

Batch file not running python script in task scheduler

Batch file not running python script in task scheduler Question: I have a scraping python script and a batch file that when run from CMD works perfectly however when I try to run it from Task Scheduler nothing happens. I know there are a lot of questions regarding the same issue but I have tried …

Total answers: 1

Pyinstaller *.exe in TaskScheduler

Pyinstaller *.exe in TaskScheduler Question: i created a small python program and freezed it to an *.exe file with the –noconsole option. When I run the program normally it works. But when I put it in the task scheduler that runs it on startup it does not work anymore. The program has no ui. I …

Total answers: 3