Well Im not so pro on this to help you out but Ill try again, probably you know this already but maybe if you make a simple
restarter.bat it may work, at least thats what I use and works perfectly.
In case you dont know how to do that, make a new Notepad file in the same folder of your OT and add this:
Code:
echo off
title [I]YOURSERVERNAME[/I]
cls
:controllerini
[I]YOURSERVER[/I].exe
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
echo :: Server Crashed... Restarting. ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini
Then save it as
restarter.bat and test it out, maybe it will work.
Hope it helps.