Enable "tab" autocomplete in (DOS) command prompt:
http://support.microsoft.com/kb/310530
I figured its better for me to blog it here so that I can easily access this information when I need it.
- Click Start, click Run, type regedit, and then click OK.
- To enable automatic completion for the computer, locate and click theHKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor key.
- To enable automatic completion for the current user, locate and click theHKEY_CURRENT_USER\Software\Microsoft\Command Processor key.
- For folder name completion, double-click the CompletionChar value. Type in hexadecimal the control character that you want to use.
For example, if you want to use the TAB key as the control character, the control character is 0x9 (type 9 as the value; Windows converts it to hexadecimal). If you want to use the same control characters that you use for a single command session, type 0x4 for CTRL+D and 0x6 for CTRL+F. You can use the same control character for both folder and file name completion. - For file name completion, double-click the PathCompletionChar value. Type in hexadecimal the control character that you want to use.
For example, if you want to use the TAB key as the control character, the control character is 0x9 (type 9 as the value; Windows converts it to hexadecimal). If you want to use the same control characters that you use for a single command session, type 0x4 for CTRL+D and 0x6 for CTRL+F. You can use the same control character for both folder and file name completion. - Quit Registry Editor.
No comments:
Post a Comment