Last active
September 12, 2019 17:25
-
-
Save paulirwin/d35949a2952e0bb3c010 to your computer and use it in GitHub Desktop.
vs.bat
This file contains 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
@echo off | |
start "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe" %1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated path for VS2019 standard install:
start "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe" %1