Is there a way to find out if an executable (with known full path of the exe file) is running or not in C#?
You could use WMI and enumerate instances of the Win32_Process class. -- Gerry Hickman (London UK)