I want to always run a Python script in Windows. Every 5 minutes, it is to check if the script is running and if not, run it.
In linux, this can be done using flock and cron job. How can this be done in windows?
I want to always run a Python script in Windows. Every 5 minutes, it is to check if the script is running and if not, run it.
In linux, this can be done using flock and cron job. How can this be done in windows?