This post originated from an RSS feed registered with Agile Buzz
by Dave Churchville.
Original Post: auto completion in a command window
Feed Title: Agile Project Planning
Feed URL: http://feeds2.feedburner.com/AgileProjectPlanning
Feed Description: Thoughts on agile project planning, Extreme programming, and other software development topics
Given the time I've spent writing services and working from the command-line recently, I'm finding this registry hack very handy .
Now, I can type cd c:\do, press tab and it replaces it with cd
"c:\documents and settings" - hit tab again and it displays
"c:\dodgeball", etc.. You can continue this pattern down
the directory tree and it also cycles through matching filenames as
well. To get to c:\windows\system32\drivers, you can type cd \w[tab]\sy[tab]\dr[tab]
s
Between that and dragging an explorer folder to the CMD window, I'm finding life in the command window to be more bearable.