@echo off
echo ===============================
echo Server Join Batch
echo ===============================
echo JOINING Alpha PVP SERVER IN .....
timeout 3
::change working Directory
:: cd "C:\Program Files (x86)\DZLauncher"
::===============================================================================================================================================
::Configuration| Edit these to the proper file paths ==============================================================================================================================================
::---> ===============================================================================================================================================
:: YOUR Arma 2 Operation Arrowhead Directory
set arma2oapath=C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead
:: YOUR Arma 2 Directory
set arma2path=C:\Program Files (x86)\Steam\steamapps\common\Arma 2
:: Server IP
set IP=108.181.233.70
:: Server Port
set PORT=7802
:: Required Mods [ Ex. @DayZ_Epoch;@DayZ_Namalsk ]
set MODS=E:\Documents\mods\@dayz_epoch;
:set NAM= "Del Capslock"
::---> ===============================================================================================================================================
::===============================================================================================================================================
:: DO NOT EDIT ANYTHING BELLOW THIS LINE OR YOU WILL BREAK THIS FILE ==============================================================================================================================================
::===============================================================================================================================================
start "" "%arma2oapath%\ArmA2OA_BE.exe" 0 0 -skipintro -mod=%MODS% -noSplash -noFilePatching -world=empty -connect=%IP% -port=%PORT% "-mod=%arma2path%;expansion;"
@exit