forked from Dniel97/segatools
11 lines
221 B
Batchfile
11 lines
221 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
start /min inject -d -k chunihook.dll aimeReaderHost.exe -p 12
|
|
inject -d -k chunihook.dll chuniApp.exe
|
|
taskkill /f /im aimeReaderHost.exe > nul 2>&1
|
|
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |