Overview
These examples provide a list of running processes running on the host machine. The goal is to list and search if a specific application is running.
Description
This example was developped to see if an .exe was already running or not. There are two approaches to do this.
Additional notes:
Steps to Implement or Execute Code
Requirements
Software
LabVIEW 2011 or later
OpenG toolkit library
Windows 7
VI Snippet
Example 1:

Example 2:

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Good stuff. But I will allow myself to do some comments: please do not include into your examples something outside of standard LabVIEW functions. Best wishes.
Thanks this had the information I was looking for.