Skip to content

Instantly share code, notes, and snippets.

@iTrooz
Created June 10, 2025 20:00
Show Gist options
  • Save iTrooz/c883070ae1148af001a0ee19af7a77be to your computer and use it in GitHub Desktop.
Save iTrooz/c883070ae1148af001a0ee19af7a77be to your computer and use it in GitHub Desktop.
run msvc compilation environment from cmd.exe
%comspec% /k "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
%comspec% /k "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment