diff options
Diffstat (limited to 'logserv-sql.bat')
-rw-r--r-- | logserv-sql.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/logserv-sql.bat b/logserv-sql.bat new file mode 100644 index 000000000..15f57fb45 --- /dev/null +++ b/logserv-sql.bat @@ -0,0 +1,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
\ No newline at end of file |