Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. set arma2oapath=E:\Steam\SteamApps\common\Arma 2 Operation Arrowhead
  2. set arma2path=E:\Steam\SteamApps\common\Arma 2
  3. @echo off
  4. echo JOINING SERVER IN .....
  5. timeout 3
  6. set IP=208.115.200.132
  7. set PORT=2702
  8. set MODS=@DayzOverwatch;@DayZ_Epoch;
  9. start "" "%arma2oapath%\ArmA2OA_BE.exe" 0 0 -skipintro -mod=%MODS% -noSplash -noFilePatching -world=empty -connect=%IP% -port=%PORT% "-mod=%arma2path%;expansion;"
  10. @exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement