RetroShare/build_scripts/Windows/tools/cecho.bat

7 lines
173 B
Batchfile
Raw Normal View History

:: 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"