Automating python execution (without Task Scheduler if possible)
Posted: Monday 28 October 2019 14:07
I'm trying to automate the execution of a script, but all I've found are descriptions on how to do it with Windows Task Scheduler. Is there a way to do it without the Task Scheduler? Or is there maybe a way to make a python script that will make a task in Task Scheduler?
The reason for that is that I want to make custom executions depending on specific dates and I don't want to create multiple Task Schedulers.
The reason for that is that I want to make custom executions depending on specific dates and I don't want to create multiple Task Schedulers.