Last active
December 19, 2017 19:21
-
-
Save paulmelero/75dcde03e0fd0b845eca90ef8c2a6fad to your computer and use it in GitHub Desktop.
powershell startup command
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
powershell.exe -new_console:a -NoExit -command "& {Set-Location C:\htdocs}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
notice the prepended
&