Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- @SET PARAMS=%*
- @echo Starting Arma 2 Operation Arrowhead with the new BattlEye system with parameters %PARAMS% !
- CHOICE /M "Start with BattlEye?"
- IF ERRORLEVEL 2 SET exec=arma2OA.exe
- IF ERRORLEVEL 1 SET exec=arma2OA_BE.exe 0 0
- @start %exec% %PARAMS%
- exit
Advertisement
Add Comment
Please, Sign In to add comment