Home All Groups Group Topic Archive Search About

How to detect if a program is working OK on another machine.

Author
9 Dec 2006 11:02 PM
rdufour
In a LAN, I want to have a small program on computer A, that must look to
see if program myprogram.exe is working on computer B Basically start the
program, piush a button which does the lookup and returns answer working or
not working.
Does anyone have any idea where I can find snippets of code on how this
could be done?

Thanks for any help,
Bob

Author
10 Dec 2006 12:03 PM
Robinson
You can do this with WMI (Windows Management Instrumentation) and some
googling ;).