View Single Post
  #9  
Old 01-08-2014, 10:59 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

A solution if you're not already doing it is to loop the .exe, so if it crashes, then it will start it right back up. Just run your chatserver with the .bat script rather than the .exe alone.

Code:
:LOOP
ucs.exe
GOTO LOOP
Reply With Quote