06-22-2009 12:32 PM
Solved! Go to Solution.
06-22-2009 01:40 PM
06-22-2009 02:40 PM
06-22-2009 02:51 PM
06-22-2009 03:15 PM
To determine if a program is already running try using the command line program TaskList (assuming you are using Windows)
Run a system exec call with the command line being "tasklist" it will return the list of all applications running from the Standard Output indicator. You can use this program to access remote computers too but I've never tried it.
To checkout the switches available go to Start >> Run type in "cmd" hit enter, then in the command window type "Tasklist /?" this should show you how to use it to see what applications are running on a remote machine. Hope this helps.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-22-2009 03:28 PM