Command Prompt Here
Summary
I am a die-hard command-line fan. Even with tab-completion of long file names, it is still a pain to navigate around. This is a tip to get a "Command Prompt Here" menu item in the context menu of Windows Explorer.
Detail
- Open Windows Explorer
- Choose
Tools→Folder Options... - Switch to the
File Typestab - Select
Folderfrom the list and press theAdvancedbutton. - Choose
New - Give it a nice name like "Command Prompt Here" and the application
c:\windows\system32\cmd.exe /K cd "%1" OK,OKandOKto save it.
Credit to PDF Hacks. I'd seen a little .reg file to do this, but I really don't like running them.