Files
Thomas Krijnen b8001ea05d Refactor
2017-09-20 17:08:11 +02:00

6 lines
299 B
Batchfile

:: Usage: call cecho.cmd background foreground "message here"
:: NOTES/TODOS 1) This is super slow 2) leading spaces are omitted 3) printing string with quotes doesn't work (quotes must be escaped awkwardly)
:: @powershell -command write-host -background %~1 -foreground "%~2" "%3"
echo %3
@exit /b