Posts: 56
Threads: 16
Joined: Feb 2012
I was looking for a way to find out if some windows process is running and if it does kill it. Or look for specific process with a specific name and shut it down. Can you point me in the right direction?
Thank you
Posts: 12,061
Threads: 140
Joined: Dec 2002
ShutDownProcess
If it is a service, instead can use functions from Services type library to stop the service.
Posts: 56
Threads: 16
Joined: Feb 2012
Great ShutDownProcess does the work
Can you please tell me how to find it using "if" statement so i can make conditional's if some process is running or not?
Posts: 12,061
Threads: 140
Joined: Dec 2002
Posts: 56
Threads: 16
Joined: Feb 2012
Just wanted to say thank's. I found the topic on the forum explaining this and i managed to make it work