diff options
Diffstat (limited to 'mapserv-sql.bat')
-rw-r--r-- | mapserv-sql.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mapserv-sql.bat b/mapserv-sql.bat new file mode 100644 index 000000000..78a9179c9 --- /dev/null +++ b/mapserv-sql.bat @@ -0,0 +1,9 @@ +@echo off
+rem Writen by Jbain
+:end
+map-server_sql.exe
+echo .
+echo .
+echo Map 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 |