blob: 3280c409553f855df189c35e2b54426632f7660f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
@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
|