mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
Refactor
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user