1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-12 12:31:04 +01:00
segatools-dniel97/dist/carol/start.bat

13 lines
268 B
Batchfile
Raw Normal View History

2022-12-11 04:01:52 +01:00
@echo off
pushd %~dp0
taskkill /f /im aimeReaderHost.exe > nul 2>&1
start /min inject -d -k carolhook.dll aimeReaderHost.exe -p 10
inject -d -k carolhook.dll carol_nu.exe
taskkill /f /im aimeReaderHost.exe > nul 2>&1
echo.
echo Game processes have terminated
pause