From 196017c9c4fec0226daae3cf36f4ed37e101270c Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Mon, 13 Feb 2017 17:36:27 +0000 Subject: [PATCH] Batch file for Windows Mapcache users * Closes #1908 Signed-off-by: Akkarinage --- mapcache.bat | 2 ++ serv.bat | 1 + 2 files changed, 3 insertions(+) create mode 100644 mapcache.bat diff --git a/mapcache.bat b/mapcache.bat new file mode 100644 index 0000000000..90ae0116e0 --- /dev/null +++ b/mapcache.bat @@ -0,0 +1,2 @@ +@ECHO OFF +CALL serv.bat mapcache.exe Map-Cache diff --git a/serv.bat b/serv.bat index 77000c66ed..e33f84f13d 100755 --- a/serv.bat +++ b/serv.bat @@ -24,6 +24,7 @@ REM Windows 2000, XP, Vista, 7 :RESTART_NT REM There is no CHOICE in 2000 and XP, but you get asked whether to REM abort the batch file, when pressing Ctrl+C in PING. +IF "%1"=="mapcache.exe" GOTO END ECHO Restarting in 15 seconds, press Ctrl+C to cancel. PING -n 15 127.0.0.1 > NUL