Skip to content

Instantly share code, notes, and snippets.

@Bigous
Forked from timabell/vs-bash-console.bat
Last active October 19, 2018 18:58
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Bigous/ab5403c4fe1bf23166308035edbecdcf to your computer and use it in GitHub Desktop.
Save Bigous/ab5403c4fe1bf23166308035edbecdcf to your computer and use it in GitHub Desktop.
batch script for loading git-bash and the vs tools in the same window
@echo off
echo Loading VC...
call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" amd64
echo Loading bash, you may now use git and msbuild in the same console \o/.
"C:\Program Files\Git\usr\bin\bash.exe" --login -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment