@echo off
title ИМЯ СЕРВЕРА
cls
echo ****To close this script, close the Server window and type "Y"****
echo Protecting Server from crashes...
:srcds
echo (%date% %time%) Server online.
start /wait srcds.exe -game cstrike -console -maxplayers х +map xy_z -nocrashdialog
echo (%date%)(%time%) Server crashed or closed, restarting...
goto srcds