Thread
:
find out if a program was running
View Single Post
juliaprocess
Go4Expert Member
25Jun2008,01:07
hello
I would like to have a function that check if a process is running , something like
bool isRunning( string progName);
how do i go about doing it on both linux and windows?