mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
7 lines
173 B
Batchfile
7 lines
173 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"
|