joel Posted May 6, 2017 Posted May 6, 2017 I launch a nesicaXlive game Aquapazza with a batch file (Nesys.bat) and it launches two programs, NesysService.exe and RFIDGod_inject.exe. then the game runs fine. The problem is when i exit the game to return to bigbox because Nesysyservice is still running in a command prompt like in the screenshot. I have to use my mouse to exit the command promt. how do i get NesysService.exe to close automaticaly when i exit aquapazza? Quote
joel Posted May 7, 2017 Author Posted May 7, 2017 maybe I can make a batch file that closes the nesys process after I exit the game... Quote
joel Posted May 7, 2017 Author Posted May 7, 2017 Ok guys i figured it out. I made a batch file name kill neyst.bat timeout 1 >nul taskkill /im NesysService.exe after that the game exits like its supposed to Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.