Hi I'm considering using Python to make a watchdog app on Windows XP that will perform the following actions:
- Restart Windows at a given time.
- Start an exe application.
- Run a timer to check: is an application still running
I know of the existence of PyWin32, but I hear that the API is not complete. So my question is can Python perform these actions on Windows?