| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/bin/cmder/vendor/conemu-maximus5/ConEmu/ |
Upload File : |
@rem You may use this batch-file to colorize output of compliers @rem Tested with 'sed' from MinGW/MSys and Visual C++ build output @rem Usage: TypeBuildErrors "FullPathToCompilerOutputLog" @rem Usually current screen already contains compiler output @rem Clear it for avoid dupes of non-colored and colored lines @cls @rem Optional "pre" setup of environment variables (PATH to sed.exe for example) @if exist "%~dp0TypeBuildErrors_Vars.cmd" call "%~dp0TypeBuildErrors_Vars.cmd" @rem Run colorization, "sed.exe" is required! @type "%~1" | sed -e "s/.*: \bERR.*/[1;31;40m&[0m/i" -e "s/.*: FATAL ERROR.*/[1;31;40m&[0m/i" -e "s/.*: \bWARN.*/[1;36;40m&[0m/i" -e "s/.* [1-9][0-9]* error.*/[1;31;40m&[0m/i" -e "s/.* [1-9][0-9]* warning.*/[1;36;40m&[0m/i"