vote up 3 vote down star
2

Does anyone know of a way to start PowerShell in a specific folder from Windows Explorer, e.g. to right-click in a folder and have an option like "Open PowerShell in this Folder".

It's really annoying to have to change directories to my project folder the first time I run MSBuild every day.

flag

5 Answers

vote up 13 vote down check

You can download the inf file from here - Introducing PowerShell Prompt Here

link|flag
vote up 6 vote down

Just to add in the reverse as a trick, at a powershell prompt you can do:

ii .

To open an explorer window in your current directory.

link|flag
Nice, I had been doing explorer . but ii . is a lot quicker, thanks. – Chris Sutton Oct 8 '08 at 17:46
vote up 5 vote down

http://www.hanselman.com/blog/IntroducingPowerShellPromptHere.aspx

Scott Hanselman has a really simple inf that will do this for you. If you want to tweak the script it is really easy to go and edit the inf for customizations.

link|flag
oops. i think we posted around same time. +1 for duplicate.:) – Gulzar Oct 8 '08 at 17:58
vote up 2 vote down

Try the PowerShell PowerToy.. it adds a context menu item for Open PowerShell Here.

Or you could create a shortcut that opens PowerShell with the Start In folder being your Projects folder.

link|flag
vote up 0 vote down

There's a Windows Explorer extension made by the dude who makes tools for SVN that will at least open a command prompt window. Haven't tried it yet so I don't know if it'll do Powershell, but I wanted to share the love with my Stackoverflow bretheren:

http://tools.tortoisesvn.net/StExBar

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.