Restarting crashed dedicated server

G

Guest

Guest
Archived from groups: alt.games.quake3 (More info?)

Anybody got a solution on how to make Windows XP restart a crashed dedicated server?

Windows XP got a restart and auditing feature for it's Services, but the dedicated server is not a service...
 
Archived from groups: alt.games.quake3 (More info?)

"Jarod_24" <jarod_24@hotmail.com> wrote in message news:<LDrUc.39084$865.23459@hydra.nntpserver.com>...
> Anybody got a solution on how to make Windows XP restart a crashed dedicated server?
>

Try putting it in a .bat-file like this (name it run.bat or whatever):

@echo off
:run
startserver.bat
echo Server crashed. Restarting...
goto run