rathena/charserv-sql.bat
2005-07-16 01:07:51 +00:00

9 lines
194 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