I have a batch file which starts three child processes, tests them, and exits. My problem is that although the parent exits, the child processes remain. Is there a way, using shell, to kill the child processes when I exit the batch file?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You’ll have to make your parent batch file run through the above script though, you wouldn’t be able to click close and they disappear.
Hope that helps