build.bat crashes the DOS box
the line
causes the DOS box to close. I tried removing the
and all is sweetness and light.
This is running on Windows 10 Pro BTW.
Let me know if any more info needed.
if not exist "%MSBUILD%" set echo Cannot find MSBUILD (%MSBUILD%, %MSBUILD_COMMUNITY%), install Build Tools for Visual Studio 2022 & exit
set
as it didn't seem appropriate but made no difference. Replacing the line with
if not exist "%MSBUILD%" echo "Bloop"
This is running on Windows 10 Pro BTW.
Let me know if any more info needed.