09-30-2012, 04:15 PM
lol you only need this bat code to restart any program and also you have to turn off the windows errors reportings (search in google)
@ECHO OFF
CLS
title GameServer 1 Started %time:~0,5% %date:~1%
:SERVERLOOP1
GameServer.exe
title GameServer 1 Restarted %time:~0,5% %date:~1%
echo Crashed at %time:~0,5% %date:~1% >>log.txt
ECHO GS Restarted 1 %time:~0,5% %date:~1%
GOTO SERVERLOOP1
:END
that will reset GameServer.exe just change the name if you wanna restart any other program and place it in the same directory

