Page 1 of 1

Automating python execution (without Task Scheduler if possible)

Posted: Monday 28 October 2019 14:07
by RamsonGomes
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.

Re: Automating python execution (without Task Scheduler if possible)

Posted: Monday 28 October 2019 15:28
by pipiche
You might create a Python Plugin. You have an heartbeat, which call the onHearbeat methods every 10s