mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Improved scripts
This commit is contained in:
parent
2b24dab57b
commit
160aa3a199
@ -7,6 +7,7 @@ FOR /F "tokens=*" %%i in ('php -r "echo 1;"') do SET PHPOUTPUT=%%i
|
||||
if not "%PHPOUTPUT%"=="1" (
|
||||
echo [ERROR] Couldn't find PHP binary in PATH.
|
||||
echo [INFO] Please use the Windows installer from the homepage
|
||||
pause
|
||||
) else (
|
||||
if exist php.cmd (
|
||||
if exist bin\ansicon.exe (
|
||||
@ -20,6 +21,9 @@ echo [INFO] Please use the Windows installer from the homepage
|
||||
) else (
|
||||
php -d enable_dl=On PocketMine-MP.php %*
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
if errorlevel 1 (
|
||||
pause
|
||||
)
|
||||
)
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user