010000010110110001101100001000000110000101110010011000110110100001101001011101000110010101100011
011101000111010101110010011001010010000001110000011100100110111101110000011011110111001101100101
011100110010000001100001011011100010000001100101011001100110011001100101011000110111010000100110
111000100000011101000110100001100101001000000110100001110101011011010110000101101110001000000110
000011011110110101101001011011100110010000100000011011100110111101110100001000000110110101100101
011100100110010101101100011110010010000001100001001000000111001101100101011100100111011001101001
011000110110010100100000011101000110111100100000011101000110100001100101001000000110100001110101
011011010110000101101110001000000110011001110010011000010110110101100101
johnmaguire.net




[home]


Windows command line auto-complete

File and directory name completion is not enabled in windows by default. You can enable or disable file name completion for a particular process of the cmd command with cmd /f:{on | off}.

You can enable or disable file and directory name completion for all processes of the cmd command on a computer or user logon session by setting the REG_DWORD values.

To get command line auto completion working using the tab key -

- Start RegEdit.
- go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor.
- double click the value 'CompletionChar'.
- change to 9 (the ASCII value of the TAB key).
- Click OK.

To try the autocomplete, start a command shell, then type cd pro and hit the TAB key. The line should change to cd "Program Files" automagically.


Microsoft


This information is compiled from various sources. All credit is due to the respective authors.






Locations of visitors to this page