1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-12 20:41:05 +01:00
segatools-dniel97/dist/mai2/start.bat

11 lines
279 B
Batchfile
Raw Normal View History

2023-07-14 01:00:28 +02:00
@echo off
pushd %~dp0
start /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
inject -d -k mai2hook.dll sinmai -screen-fullscreen 0
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause