Does anyone knows how to kill a batch file w/in another batch file?
Scenario: batch file #1 is running (or looping) in the background. While #1 is on the background, a separate (not w/in batch file #1) batch file is activated manually with a code inside killing batch file #1.
It's like the opposite of call (I guess).
Is this possible and how?