Hello
I would like to know if it's possible to kill a specific instance of an external application. I need to run a certain application many times concurrently and sometimes I need to kill a specific one.
The way I thought of doing this is by using the process Id (PID) of the applications, but is it possible to do this with xlobby?
Thanks