Created
June 18, 2013 12:24
-
-
Save blachniet/5804938 to your computer and use it in GitHub Desktop.
Adding common Microsoft tools to batch files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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