Tuesday, February 19, 2008

Tip2 - CommandLine Tab

In unix systems, we will get a folder, which is under in current directory. Similarly we can make command prompt in Windows.

To do that, Go to “HKEY_CURRENT_USER\Software\Microsoft\Command Processor” in the registry (regedit.exe) and set the ‘CompletionChar’ value data as ‘9’. Here 9 refers the TAB key. Now close the command prompt and open a new command prompt. Now, if you press TAB key, the file/directory name will be displayed!.

Note: While using regedit, take care. Otherwise your system may not reboot properly...

No comments: