Tuesday, April 17, 2007

Command Prompt AutoComplete

From a command prompt pressing tab will auto complete a file name or folder. For example:

C:\>cd win (TAB) becomes cd windows
C:\WINDOWS>cd sys (TAB) becomes cd system32
C:\WINDOWS\SYSTEM32>cmd (TAB) becomes cmd.exe

Continuing to press tab cycles through all other files matching the pattern.

No comments: