Added pause at the end

Added pause so users can see any errors that occur instead of the command prompt window just closing.
This commit is contained in:
C0deH4cker 2013-01-05 02:01:05 -05:00
parent 518afeae48
commit b5e6130214

View File

@ -27,4 +27,5 @@ echo [ERROR] Couldn't find PHP binary in PATH.
ping 127.0.0.1 -n 3 -w 1000>nul
) else (
START /B /WAIT php -d enable_dl=On PocketMine-MP.php
)
)
pause