Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jrgcubano/d9e8b2cb1fe0aa1415e2e4c5ae2c816e to your computer and use it in GitHub Desktop.
Save jrgcubano/d9e8b2cb1fe0aa1415e2e4c5ae2c816e 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