Advertisement
TheGamingChief

Update DayZ.bat

Aug 12th, 2019
13,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.71 KB | None | 0 0
  1. @echo off
  2.     :: DEFINE the following variables where applicable to your install
  3.     SET SteamLogin=anonymous
  4.     SET DayZBranch=223350
  5.     SET DayZServerPath="C:\Servers\DayZ"
  6.     SET SteamCMDPath="C:\Servers\SteamCMD"
  7.     :: _______________________________________________________________
  8.  
  9. echo.
  10. echo     You are about to update DayZ server
  11. echo        DayZ Server Dir: %DayZServerPath%
  12. echo        SteamCMD Dir: %SteamCMDPath%
  13. echo.
  14. echo     Key "ENTER" to proceed
  15. pause
  16. %SteamCMDPath%\steamcmd.exe +login %SteamLogin% +force_install_dir %DayZServerPath% +"app_update %DayZBranch%" validate +quit
  17. echo .
  18. echo     Your DayZ server is now up to date/validated
  19. echo     key "ENTER" to exit
  20. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement