ANSI Color codes

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-13 17:18:18 +01:00
parent d0cff39aa3
commit bf1d78d1e4
9 changed files with 71 additions and 32 deletions

View File

@ -1,6 +1,6 @@
@echo off
TITLE PocketMine-MP Server - by @shoghicp
COLOR F0
COLOR 0F
mode con: cols=90
echo.
@ -26,6 +26,10 @@ if not "%PHPOUTPUT%"=="1" (
echo [ERROR] Couldn't find PHP binary in PATH.
ping 127.0.0.1 -n 3 -w 1000>nul
) else (
START /B /WAIT 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