I created a python.pyw script that I want to run against the background of my computer.
I am currently launching it by placing it in the Startup folder of my Windows 7 computer, which should start it at startup.
The problem is that the script, for some reason, stops working at some point. I think it just stops when my computer goes into sleep mode and does not start again after that.
Is there a more βcorrectβ way to start a background task that should not die every time the computer sleeps?
Retam source
share