-
-
Save bruno-garcia/a96965cd7cba63eb8c283328599653dc to your computer and use it in GitHub Desktop.
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 | |
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