This commit is contained in:
Thomas Krijnen
2017-09-01 12:50:42 +02:00
parent 4163f817a6
commit b8001ea05d
6 changed files with 1684 additions and 403 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
:: 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"
:: @powershell -command write-host -background %~1 -foreground "%~2" "%3"
echo %3
@exit /b