bananatools/dist/sao/start.bat

12 lines
276 B
Batchfile

@echo off
pushd %~dp0
start inject.exe -d -k saohook.dll AMCUS/AMAuthd.exe
inject.exe -d -k saohook.dll game/link.exe -screen-fullscreen 0 -screen-width 1920 -screen-height 1080 -logfile link.log
taskkill /im AMAuthd.exe /f
echo.
echo The game process has terminated
pause