Rick Rune wrote:
I'm looking to create a Python timed infinite loop (run foo, wait 1min, run foo) that will monitor if a particular program is running under Win32, and if it is not running to execute it. Can someone point me in the right direction to look?


WMI. Example of sort here:

http://timgolden.me.uk/python/wmi_cookbook.html#watch_notepad

tho' you'll need to adjust it to meet your needs.

TJG
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to