Search notes:

vcvarsall.bat

vcvarsall.bat needs to be called like soc
vcvarsall.bat [arch] [platform_type] [winsdk_version] [-vcvars_ver=vc_version] [-vcvars_spectre_libs=spectre_mode]
arch is one of (as shown above)
platform_type can be set to uwp for Universal Windows Platform applications.
The winsdk_version is
The -vcvars_ver apparently specifies the VC tool set:
spectre_mode is either

TODO

How does vcvarsall.bat relate to VsDevCmd.bat?

See also

vcvars32.bat, vcvars64.bat etc.

Index