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://
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?
Thanks,
-Rick
___