это легко решается, вот содержимое в "STARTING_SERVER.bat" измени на это:
@echo off
cls
title StartUp
:hlds
echo (%time%) HLDS Started...
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
start /wait /high hlds.exe -console -game cstrike +port 27015 +map de_dust2 +maxplayers 32 -noipx -insecure
echo n| goto hlds
echo (%time%) HLDS Crashed, restarting...
goto hlds