@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 -console -game left4dead2 -autoupdate -port 27015 +maxplayers 8 +map c5m1_waterfront -rcon_password crappy echo (%time%) WARNING: server closed or crashed, restarting. goto srcds