rathena/logserv-sql.bat
2008-08-04 12:13:05 +00:00

9 lines
188 B
Batchfile
Executable File

@echo off
rem Writen by Jbain
:end
login-server_sql.exe
echo .
echo .
echo Login server crashed! restarting in 15 seconds! press ctl+C to cancel restart!
PING -n 15 127.0.0.1 >nul
goto end