mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Replace cecho.exe with PowerShell snippet, fix exit bug in vs-cfg.cmd, fix Visual Studio download URL, rename IFCOS_NUM_BUILD_PROCESSES -> IFCOS_NUM_BUILD_PROCS
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
:: 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"
|
||||
@exit /b
|
||||
Reference in New Issue
Block a user