From 14fe9935168db2e1d697bbe7a722212447d84d2b Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Fri, 20 Nov 2020 11:26:50 -0600 Subject: [PATCH] tools: update bcz.cmd to use the progress bar VT sequence (#8335) ## Summary of the Pull Request Does what the title says. Now while you're building terminal projects, the taskbar will show indeterminate progress. If the build fails, it'll blink the error state for 500ms before returning to normal. ## References * Made possible by #8055 _and viewers like you_ ## PR Checklist * [x] scratches an itch I've had since at least 2018 * [x] I work here * [x] this is a build script ## Validation Steps Performed tested manually --- tools/bcz.cmd | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/tools/bcz.cmd b/tools/bcz.cmd index 3262b0b39..d70e61ddb 100644 --- a/tools/bcz.cmd +++ b/tools/bcz.cmd @@ -76,13 +76,46 @@ set _BUILD_CMDLINE="%MSBUILD%" %OPENCON%\OpenConsole.sln /t:"%_MSBUILD_TARGET%" echo %_BUILD_CMDLINE% echo Starting build... + +@rem start indeterminate progress in the taskbar +@rem this ` nul + +