Skip to content

Instantly share code, notes, and snippets.

@gangsthub
Last active December 19, 2017 19:21
Show Gist options
  • Save gangsthub/75dcde03e0fd0b845eca90ef8c2a6fad to your computer and use it in GitHub Desktop.
Save gangsthub/75dcde03e0fd0b845eca90ef8c2a6fad to your computer and use it in GitHub Desktop.
powershell startup command
powershell.exe -new_console:a -NoExit -command "& {Set-Location C:\htdocs}"
@gangsthub
Copy link
Author

notice the prepended &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment