Night of the Dead Guide

Server update and startup *.bat  filet for Night of the Dead

Server update and startup *.bat filet

Overview

Step 1. Make a new file and call it StartNOTDServer.bat, or whatever you want to call it. Paste text below: @echo offxcopy ServerSettings.ini “%cd%LFSavedConfig” /y:Starts Backup, Add your pathrobocopy “C:Serversnotdserver” “D:NOTD” /s /w:1 /r:0 /tee /np /XO /v /xf “*.log” echo Backup complete!@ timeout 3 >nulLFBinariesWin64LFServer.exe ?listen -log -Port=7779 -QueryPort=27016exitclsStep 2.: Make a new file called Update NOTDServer.bat, or whatever you want to call it. Paste text below: @echo off :: DEFINE the following variables where applicable to your install SET SteamLogin=anonymous SET NOTDBranch=1420710 ::Add your path: SET NOTDServerPath=”C:Serversnotdserver” ::Add your path: SET SteamCMDPath=”C:ServersSteamCMD” :: _______________________________________________________________echo.echo You are about to update NOTD serverecho NOTD Server Dir: %NOTDServerPath%echo SteamCMD Dir: %SteamCMDPath%echo.echo Key “ENTER” to proceedpause%SteamCMDPath%steamcmd.exe +login %SteamLogin% +force_install_dir %NOTDServerPath% +”app_update %NOTDBranch%” validate +quitecho .echo Your NOTD server is now up to date/validatedecho key “ENTER” to exitpause

Bat files for server start and update

Bat files for server start and update

SteamSolo.com