Update start.cmd

This commit is contained in:
Matthew James Pitsicalis 2016-04-30 19:12:44 -04:00
commit 5eb85ac07d

View file

@ -1,5 +1,5 @@
@echo off @echo off
TITLE Genisys server software for Minecraft: Pocket Edition TITLE GladiatorMine server software for Minecraft: Pocket Edition
cd /d %~dp0 cd /d %~dp0
if exist bin\php\php.exe ( if exist bin\php\php.exe (
@ -21,7 +21,7 @@ if exist Genisys*.phar (
if exist Genisys.phar ( if exist Genisys.phar (
set POCKETMINE_FILE=Genisys.phar set POCKETMINE_FILE=Genisys.phar
) else ( ) else (
echo "[ERROR] Couldn't find a valid Genisys installation." echo "[ERROR] Couldn't find a valid GladiatorMine installation."
pause pause
exit 8 exit 8
) )
@ -33,4 +33,4 @@ if exist bin\mintty.exe (
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="Consolas" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-iTX" -i bin/pocketmine.ico -w max %PHP_BINARY% %POCKETMINE_FILE% --enable-ansi %* start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="Consolas" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-iTX" -i bin/pocketmine.ico -w max %PHP_BINARY% %POCKETMINE_FILE% --enable-ansi %*
) else ( ) else (
%PHP_BINARY% -c bin\php %POCKETMINE_FILE% %* %PHP_BINARY% -c bin\php %POCKETMINE_FILE% %*
) )