The Artima Developer Community
Sponsored Link

.NET Buzz Forum
auto completion in a command window

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Steve Hebert

Posts: 218
Nickname: sdhebert
Registered: Apr, 2005

Steve Hebert is a .NET developer who has created the .Math compiler library.
auto completion in a command window Posted: Jan 13, 2006 3:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Steve Hebert.
Original Post: auto completion in a command window
Feed Title: Steve Hebert's Development Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/steve.hebert/rss.aspx
Feed Description: .Steve's .Blog - Including .Net, SQL Server, .Math and everything in between
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Steve Hebert
Latest Posts From Steve Hebert's Development Blog

Advertisement
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.





Read: auto completion in a command window

Topic: Database Basics Part Three - Isolation Previous Topic   Next Topic Topic: Monad Beta 3 (Feature Complete) Ready!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use