Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1689

V29 can't run vcvars64.bat

$
0
0
I get an endless stream of these.

Code:
v:\> "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
TCC: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat [97]  Unknown command "all"
[ERROR:vcvarsall.bat] Invalid argument found :

vcvars64.bat calls vcvarsall.bat and there, line 97 is the FOR statement below;

Code:
:parse_loop
for /F "tokens=1,* delims= " %%a in ("%__VCVARSALL_ARGS_LIST%") do (
    if "%VSCMD_DEBUG%"...

Read more

Viewing all articles
Browse latest Browse all 1689

Trending Articles