Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save maxcnunes/5333242 to your computer and use it in GitHub Desktop.
Save maxcnunes/5333242 to your computer and use it in GitHub Desktop.
cmd.exe /K "cd full/path/to/MySolutionFolder/ && start MySolution.sln /D ."
cd full/path/to/MySolutionFolder/ && start MySolution.sln /D .
alias open-my-project='cd "full/path/to/MySolutionFolder/" && start MySolution.sln /D .'
#example:
#alias open-mp='cd "C:/Users/max.nunes/Projects/myproject/" && start myproject.sln /D .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment