1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-15 13:41:15 +01:00
segatools-dniel97/dist/cm/start.bat
2023-08-29 00:49:58 +02:00

12 lines
349 B
Batchfile

@echo off
pushd %~dp0
start /min inject -d -k cmhook.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_hook.json
inject -d -k cmhook.dll CardMaker.exe -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause