[Resolved] Is that exe already runing?
How may i know if a program is already runing?
To check if a certain program in runing doesn't help much, i may have more then one program with the same name runing at same time..
What i would like was to know if a program from a sertain path is runing or not and the possibility to get it's PID
This is to make one menu for a cd and i don't want to the user be able to run the programs inside it more then once.
I will have a program that will be used as autorun with a menu to the user choose what program he want's to run.
Re: Is that exe already runing?
I had a source code of a project that was enumerating what programs were runing and that same program allowed me to shutdown any runing application. I remember that that program was giving the full path of the runing application but i have no clue were i put that thing :(
Re: Is that exe already runing?