Working With The Command-Line Interface: © 2007 The Mcgraw-Hill Companies, Inc. All Rights Reserved
Working With The Command-Line Interface: © 2007 The Mcgraw-Hill Companies, Inc. All Rights Reserved
Line Interface
Chapter 14
CompTIA A+
Technician
• Unicode
– Uses 16-bit code to cover every character for the
most common languages
– DIR /W /P
Displays the directory in wide mode and one page
at a time
To run a program:
– Change the DOS focus to the directory where the
program is stored
CD C:\Program Files\My Program
Wildcards:
– Wildcards are special characters that enable
commands to act on more than one file at a time
– The * represents any number of characters
– The ? represents a single character
• COMPACT
– Displays or alters the compression state of files
– compact /c
• CIPHER
– Displays or alters the encryption state of files
– /e specifies encryption operation
– /a says to apply it to the files as well as the
directory