1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-25 07:23:39 +01:00

17 lines
743 B
Batchfile
Raw Normal View History

2023-07-14 00:52:50 +02:00
@echo off
pushd %~dp0
rem Matching Server
start /min ..\..\..\Tools\tdrserver.exe
REM start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanClient.json config_MiniCabinet.json config_hook.json
start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanServer.json config_MiniCabinet.json config_hook.json
2023-09-05 00:23:17 +02:00
REM Valid -launch parameters are "PC", "Cabinet" and "MiniCabinet
inject -d -k swdchook.dll ..\Todoroki\Binaries\Win64\Todoroki-Win64-Shipping.exe -launch=MiniCabinet -ABSLOG="..\..\..\..\..\Userdata\Todoroki.log" -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED
2023-07-14 00:52:50 +02:00
taskkill /f /im amdaemon.exe > nul 2>&1
taskkill /f /im tdrserver.exe > nul 2>&1
2023-07-14 00:52:50 +02:00
echo.
echo Game processes have terminated
pause