PDA

View Full Version : Process in C# (Open exe)



Bsbosa.com
07-09-2010, 01:20 PM
Hi Guy,
I need to open exe through C#. I am able to open exe by writing code

System.Diagnostics.Process.Start("C:\Program Files\abc\xyz.exe");
but now I need to check if it is already open then no need to run this code because it will reopen.
basically need to check whether its open or not, open only if not open....

Thanks&Regards
Shafiq...