Re: [Tutor] Having Python check a program in win32.

2008-09-08 Thread Tim Golden
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://

[Tutor] Having Python check a program in win32.

2008-09-08 Thread Rick Rune
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 ___