Autocomplete using tab in windows command line prompt
Wednesday, March 12th, 2008One of my bug-bears for years has been the lack of auto-completing in the windows CMD promt.
I have always used *nix tools like cygwin to provide this.
Now I find out that this has been built in for years….
It was simply disabled.
The fix is very easy. A Registry edit:
HKEY_CURRENT_USER/Software/Microsoft/Command Processor/CompletionChar= 9
Thats it.
This is a microsoft fix. [...]