Hello, I'm trying to find a way to kill a specific osbot client. This is what i'm after: say I have 10 osbots clients open but I want to kill the client that has account X running, how could I achieve this? I tried:
Finding a way to rename the java.exe process with a java argument in a .bat file.
Finding a way to rename the window tile of the client, doesn't look like it's possible alway OSBot 2.5.8
Using a custom login handler and using System.exit, this only works with local scripts and I need to find a solution that also works with SDN scripts.
Killing the process with PKILL in cmd based on it's PID but can't find the connection to link specific clients with it's PID number (which client has PID X running account X).
Thanks for reading, any help is appreciated ?.