@echo off
cls
:loop
echo (%date% %time%) Starting SRCDS
start /wait/high srcds.exe -console -game cstrike +maxplayers 24 +map de_dust2 +fps_max 0 +mp_flashlight 1 -tickrate 66 -port 27015 +sv_lan 0 
echo (%date% %time%) Restarting SRCDS
goto loop