Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Autocompletion in the command prompt!

Roy Osherove posted a link to some cool Registry settings. One of them I found quite usefull: Enable AutoCompletion in Command Prompt. Once this setting is done, you can use the tab key for autocompleting while typing in the command prompt (cmd)! For example you type "cd c:\progr" (without return) and press the tab key, "progr" will be completed to "Program Files".

To enable this setting, change the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\CompletionChar
Change this value (or create the key, DWORD) to 9.

2 Comments

  • This is nothing compared to the type of completion you can get from shells like bash under linux or cygwin, but it's definitely something. I wonder why it isn't turned on by default though (remembering the key is a pain)...





    See ya,


    Dumky

  • You can use TweakUI to add this, and it's enabled by default in WinXP.

Comments have been disabled for this content.