RetroShare/build_scripts/Windows-msys2/tools/cecho.bat
2018-08-07 20:18:56 +02:00

7 lines
167 B
Batchfile

:: Usage:
:: call cecho.bat [info|error|std] "text"
if "%~1"=="std" echo %~2
if "%~1"=="info" "%EnvCEchoExe%" green "%~2"
if "%~1"=="error" "%EnvCEchoExe%" red "%~2"