Created
March 30, 2017 09:29
-
-
Save jrgcubano/d9e8b2cb1fe0aa1415e2e4c5ae2c816e to your computer and use it in GitHub Desktop.
Open A Visual Studio Solution From A Command Prompt Or Batch File http://blog.maxcnunes.net/2013/04/08/abrir-uma-solution-do-visual-studio-atraves-da-linha-de-comando-git-bashprompt/
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
cd full/path/to/MySolutionFolder/ && start MySolution.sln /D . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment