rathena/charserv-sql.bat
2007-09-01 09:40:12 +00:00

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