|
|
|
C:\>
If you use the command line at all, there are a few basic tips that can make your life easier. The first is implementing file name completion, where you can use the {TAB} key to cycle your way through directories and filenames with relative ease. Also, adding the Power Toys "Command Prompt Here" tool for Explorer (which is really just a Registry hack) can make working with deeply buried sub-directories a snap. And if you
familiarizing yourself with the Control Panel's Console applet (Command Line Properties) will be helpful as well. From this applet, you can set history and screen buffer sizes (so you can recall previous commands with a keystroke, or scroll up pages of information), window display properties (window sizes, background colors and fonts), and so forth. Turn on File Name Completion A simple Registry setting enables this feature:
The Keystrokes To use file name completion, you start typing part of a path, like
The {TAB} key is paramount. The next important keystroke is the backslash \ key, because once you {TAB} to the first part of the path you're interested in, you'll use the slash to start {TAB}bing for sub-directories or files. For example, cd c:\winnt\system32\dri {TAB} will get you "cd c:\winnt\system32\drivers". And of course, you can {TAB} through filenames as well as the directories in their paths. Note that File Name Completion works from anywhere in the command line... not just after a cd (change directory). The Buffers There are two buffers you can set via the Console applet: history and screen.
Go To Page: 1 2
The copyright of the article Command Line Interface in Windows NT Workstation is owned by . Permission to republish Command Line Interface in print or online must be granted by the author in writing.
|
|
|
|
|
|
|
|