Guest User

yeti_startup.bat

a guest
Nov 2nd, 2012
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @echo off
  2. set CURDIR=%CD%
  3. echo "Updating Components..."
  4. cd %CURDIR%\pb
  5. IF EXIST gro_install.stub GOTO APP_RUN
  6. IF EXIST %CURDIR%\pbsvc_gro.exe del /F /Q %CURDIR%\pbsvc_gro.exe
  7. echo Installed at %date% %Time% >> gro_install.log
  8. pbsvc_gro.exe --install --i-accept-the-pb-eula --no-display --no-prompts --vvverbose "--install-dlls=%CURDIR%" >> gro_install.log
  9. IF %ERRORLEVEL% EQU 0 echo "Hello World" > gro_install.stub
  10. echo Return Code: %ERRORLEVEL% >> gro_install.log
  11. :APP_RUN
  12. cd %CURDIR%
  13. start "Ghost Recon Online" /B GhostReconOnline.exe %*
Advertisement
Add Comment
Please, Sign In to add comment