1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 15:31:36 +01:00
segatools-dniel97/dist/mai2/start.bat

12 lines
361 B
Batchfile
Raw Normal View History

2023-07-14 01:00:28 +02:00
@echo off
pushd %~dp0
start "AM Daemon" /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
2024-03-07 15:46:43 +01:00
inject -d -k mai2hook.dll sinmai -screen-fullscreen 0 -popupwindow -screen-width 2160 -screen-height 1920 -silent-crashes
2023-07-14 01:00:28 +02:00
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause