From 9db1b741a76add80c4d558bb43e892f9e436eccf Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 4 Sep 2013 20:34:48 +0200 Subject: [PATCH] =?UTF-8?q?Another=20Typo=20=C2=AC=C2=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.cmd | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/start.cmd b/start.cmd index c8cfd5c6e..fdf9af006 100644 --- a/start.cmd +++ b/start.cmd @@ -8,19 +8,20 @@ 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 bin\php\php.exe ( - if exist bin\mintty.exe ( - start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %* - ) else ( - bin\php\php.exe -d enable_dl=On PocketMine-MP.php %* - ) - ) else ( - if exist bin\mintty.exe ( - start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max php -d enable_dl=On PocketMine-MP.php --enable-ansi %* - ) else ( - php -d enable_dl=On PocketMine-MP.php %* - ) + exit ) ) +if exist bin\php\php.exe ( + if exist bin\mintty.exe ( + start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %* + ) else ( + bin\php\php.exe -d enable_dl=On PocketMine-MP.php %* + ) +) else ( + if exist bin\mintty.exe ( + start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max php -d enable_dl=On PocketMine-MP.php --enable-ansi %* + ) else ( + php -d enable_dl=On PocketMine-MP.php %* + ) +) +