mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Updated start.cmd
This commit is contained in:
parent
2ddb626edb
commit
3813ef73ea
16
start.cmd
16
start.cmd
@ -26,10 +26,18 @@ if not "%PHPOUTPUT%"=="1" (
|
||||
echo [ERROR] Couldn't find PHP binary in PATH.
|
||||
ping 127.0.0.1 -n 3 -w 1000>nul
|
||||
) else (
|
||||
if exist bin\ansicon.exe (
|
||||
bin\ansicon.exe php -d enable_dl=On PocketMine-MP.php --enable-ansi
|
||||
if exist php.cmd (
|
||||
if exist bin\ansicon.exe (
|
||||
bin\ansicon.exe php.cmd -d enable_dl=On PocketMine-MP.php --enable-ansi
|
||||
) else (
|
||||
php.cmd -d enable_dl=On PocketMine-MP.php
|
||||
)
|
||||
) else (
|
||||
php -d enable_dl=On PocketMine-MP.php
|
||||
)
|
||||
if exist bin\ansicon.exe (
|
||||
bin\ansicon.exe php -d enable_dl=On PocketMine-MP.php --enable-ansi
|
||||
) else (
|
||||
php -d enable_dl=On PocketMine-MP.php
|
||||
)
|
||||
)
|
||||
)
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user