15.12.2008, 22:10
There are a few service managers out there, such as FireDaemon. If you want a simple solution you could make the following batch file:
While it won't get rid of the ugly window, it will automatically restart on crash.
Код:
:RUNSERVER echo Starting Server... samp-server echo Server Exited, Restarting... GOTO RUNSERVER