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

11 lines
289 B
Batchfile
Raw Normal View History

@echo off
pushd %~dp0
start /min inject_x64.exe -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_sp.json
inject_x86.exe -d -k chusanhook_x86.dll chusanApp.exe
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause