
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11104 54d463be-8e91-2dee-dedb-b68131a5f0ec
9 lines
186 B
Batchfile
9 lines
186 B
Batchfile
@echo off
|
|
rem Writen by Jbain
|
|
:end
|
|
char-server_sql.exe
|
|
echo .
|
|
echo .
|
|
echo Char server crashed! restarting in 15 seconds! press ctl+C to cancel restart!
|
|
PING -n 15 127.0.0.1 >nul
|
|
goto end |