repeat83

Untitled

Jul 12th, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @echo off
  2. @SET PARAMS=%*
  3. @echo Starting Arma 2 Operation Arrowhead with the new BattlEye system with parameters %PARAMS% !
  4. CHOICE /M "Start with BattlEye?"
  5. IF ERRORLEVEL 2 SET exec=arma2OA.exe
  6. IF ERRORLEVEL 1 SET exec=arma2OA_BE.exe 0 0
  7. @start %exec% %PARAMS%
  8. exit
Advertisement
Add Comment
Please, Sign In to add comment