René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Path completion in a DOS box under Windows

If you like the path completion feature of bash and work with Windows' cmd interpreter, there is a possibility to enable path completion on cmd as well. You can complete paths and/or directories by setting one or both of the follwing registry entries:
   HKCU\Software\Microsoft\Command Processor\CompletionChar or
   HKCU\Software\Microsoft\Command Processor\PathCompletionChar.
Use the DWORD type. 9 is a tabulator 4 is Ctrl-D and so on.