Skip to content

Instantly share code, notes, and snippets.

@bruno-garcia
Last active April 2, 2019 16:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bruno-garcia/a96965cd7cba63eb8c283328599653dc to your computer and use it in GitHub Desktop.
Save bruno-garcia/a96965cd7cba63eb8c283328599653dc to your computer and use it in GitHub Desktop.
@echo off
for /f %%a in ('dir /b *.sln 2^> nul') do set sln=%%a
if defined sln set sln=%cd%\%sln%
start "" /b "C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\Common7\IDE\devenv.exe" %sln%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment