Enabling auto complete in command line...
I am wondering why Microsoft make some cool features to enabled only by tweaking the registry???
Here it goes...(from Srinivas's Java blog)
Enable-AutoComplete Feature In Command Line
change registry by using regedit. If you have XP you can do this also by using powertoys (tweakxp)
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Command Processor
Right click on CompletionChar
DWORD change that to 9
restart and you are done. Pressing tab in the command line can complete the next match of the command that you are typing.