11 lines
247 B
Batchfile
11 lines
247 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
REM Comment out this line if you intend to use the AMCUS emulator
|
|
start inject.exe -d -k exvs2hook.dll AMCUS\AMAuthd.exe
|
|
inject.exe -d -k exvs2hook.dll exvs2_exe_Release.exe
|
|
|
|
echo.
|
|
echo The game process has terminated
|
|
pause |