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

@ -28,3 +28,4 @@ ping 127.0.0.1 -n 3 -w 1000>nul
) else (
START /B /WAIT php -d enable_dl=On PocketMine-MP.php
)
pause