Hello friends, let's say from my program, A, I want to kill another program, B. Does the kill function from A work if B is running?
Also if not then is there any way in which I can unload/exit B from my program A and kill it? Thanks for all the help!