@echo off cls echo Protecting server from crashes... echo If you want to close server and this script, close the server window and type Y depending on your language followed by Enter. title hl2 Server Crash Protection :srcds echo (%time%) server started. start /wait srcds.exe -tickrate 128 -steam -console -game "..\bg3" -autoupdate -port 27015 +maxplayers 32 +map bg_ambush -rcon_password crappy echo (%time%) WARNING: server closed or crashed, restarting. goto srcds