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