forked from Hay1tsme/segatools
11 lines
350 B
Batchfile
11 lines
350 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
start inject -d -k mai2hook.dll amdaemon.exe -f -c config_client.json config_common.json config_server.json
|
|
inject.exe -d -k mai2hook.dll Sinmai.exe -screen-fullscreen 0 -screen-width 2160 -screen-height 1920
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
echo Game processes have terminated |