06-03-2009, 07:14 PM
hello
i have a problem with my server becaus the server dont reboot directly if he crasht(i get first a error) .
os : windows server 2008
this is my boot config.
the problem is if the server crasht i get than first a window's error and if i push then on ok then he reboot but how can i change that that the server dont gif a error and reboot directly without an error? .
i hope you all can help me.
gtz hardcore
i have a problem with my server becaus the server dont reboot directly if he crasht(i get first a error) .
os : windows server 2008
this is my boot config.
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait /high /AFFINITY 4 srcds.exe -console -game cstrike +map de_dust2 -maxplayers 20 +max_fps 1000 +mp_dynamicpricing 0 +hostport 27015 -tickrate 66
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
the problem is if the server crasht i get than first a window's error and if i push then on ok then he reboot but how can i change that that the server dont gif a error and reboot directly without an error? .
i hope you all can help me.
gtz hardcore