|
1
|
|
|
2
|
- Commands in Dos Can be Internal (built in to MS DOS) Or External
- Command prompt—the point in DOS where the user can type in commands.
|
|
3
|
- File attributes—commands that tell the properties of a file.
- Syntax=ATTRIB
|
|
4
|
- Date/time—allows you to view and change the date and time.
- Syntax= DATE.
- Syntax= TIME.
|
|
5
|
- Compare files—shows the differences between two files.
- Syntax= FC (file compare).
- Copy files.
- Syntax= COPY (COPY files).
- Move files.
- Syntax=MOVE (MOVE files).
|
|
6
|
- Delete files.
- Syntax= DEL (delete files).
- Commands help—shows all of the DOS commands and what they do.
|
|
7
|
- DOS version—.
- Syntax help.
- Syntax= [syntax]/? (Syntax help).
|
|
8
|
- Directory Lookup
- Syntax= DIR
- Switches
- /P view one page at a time.
- /W view in wide format without properties.
|