Skip to content

Instantly share code, notes, and snippets.

@paulirwin
Last active September 12, 2019 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulirwin/d35949a2952e0bb3c010 to your computer and use it in GitHub Desktop.
Save paulirwin/d35949a2952e0bb3c010 to your computer and use it in GitHub Desktop.
vs.bat
@echo off
start "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe" %1
@IndifferentDisdain
Copy link

Updated path for VS2019 standard install:

start "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe" %1

@paulirwin
Copy link
Author

Updated, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment