@echo off
@rem http://media.steampowered.com/installer/steamcmd.zip
SETLOCAL ENABLEDELAYEDEXPANSION

       :: DEFINE the following variables where applicable to your install

    SET STEAMLOGIN=username password
    SET A3serverBRANCH=233780
        :: For stable use 233780 -beta
        :: For Dev use 233780 -beta development
                :: Note, the missing qotation marks, these need to be wrapped around the entire "+app_data......"
                :: There is no DEV branch data yet for Arma 3 Dedicated Server package !!!

    SET A3serverPath="C:\path\for\install\folder"
        SET STEAMPATH="C:\Program Files\Steam CMD"

:: _________________________________________________________

echo.
echo     You are about to update ArmA 3 Mods
echo        Dir: %A3serverPath%
echo        Branch: %A3serverBRANCH%
echo.
echo     Key "ENTER" to proceed
pause
%STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"workshop_download_item 107410 843577117" + quit
echo .
echo     Your ArmA 3 Mods are now up to date
echo     key "ENTER" to exit
pause
