Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- set CURDIR=%CD%
- echo "Updating Components..."
- cd %CURDIR%\pb
- IF EXIST gro_install.stub GOTO APP_RUN
- IF EXIST %CURDIR%\pbsvc_gro.exe del /F /Q %CURDIR%\pbsvc_gro.exe
- echo Installed at %date% %Time% >> gro_install.log
- pbsvc_gro.exe --install --i-accept-the-pb-eula --no-display --no-prompts --vvverbose "--install-dlls=%CURDIR%" >> gro_install.log
- IF %ERRORLEVEL% EQU 0 echo "Hello World" > gro_install.stub
- echo Return Code: %ERRORLEVEL% >> gro_install.log
- :APP_RUN
- cd %CURDIR%
- start "Ghost Recon Online" /B GhostReconOnline.exe %*
Advertisement
Add Comment
Please, Sign In to add comment