segatools/dist/mu3/start.bat

11 lines
281 B
Batchfile
Raw Normal View History

2022-06-05 07:34:38 +00:00
@echo off
pushd %~dp0
taskkill /f /im amdaemon.exe > nul 2>&1
start inject -d -k mu3hook.dll amdaemon.exe -f -c config_client.json config_common.json config_server.json
inject -d -k mu3hook.dll mu3.exe
2022-06-05 07:34:38 +00:00
taskkill /f /im amdaemon.exe > nul 2>&1
echo Game processes have terminated