My batch to run the script (which works) @echo off CD "C:\Program Files (x86)\GlovePIE029" glovepie.exe -GameEX My batch to stop the script which works if i put it as 'Launch Before'. I manually start the script I want stopped as a test. When I launch the emu the script closes, so the batch is working. @echo off CD "C:\Program Files (x86)\GlovePIE029" pv -k -f glovepie* EDIT: pv is a program to monitor and in this case kill processes Thank you in advance Adultery, I've already received alot of help from reading your posts