Batch file for Windows Mapcache users

* Closes #1908
Signed-off-by: Akkarinage <akkarin@rathena.org>
This commit is contained in:
Akkarinage 2017-02-13 17:36:27 +00:00 committed by GitHub
parent 0c20c596e0
commit 196017c9c4
2 changed files with 3 additions and 0 deletions

2
mapcache.bat Normal file
View File

@ -0,0 +1,2 @@
@ECHO OFF
CALL serv.bat mapcache.exe Map-Cache

View File

@ -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