Skip to content

Instantly share code, notes, and snippets.

@blachniet
Created June 18, 2013 12:24
Show Gist options
  • Select an option

  • Save blachniet/5804938 to your computer and use it in GitHub Desktop.

Select an option

Save blachniet/5804938 to your computer and use it in GitHub Desktop.
Adding common Microsoft tools to batch files
REM VS2010
CALL "%VS100COMNTOOLS%\vsvars32.bat"
REM VS2012
CALL "%VS110COMNTOOLS%\vsvars32.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment