Slide 4.1: Programming Laboratory I: searching a string for a character Slide 4.3: DOS (Disk Operating System) Home |
Display and Print Files | ||
---|---|---|
Command | Description | Example |
C:
|
These commands change the default disk drive from one drive to another.
Drive C refers to a non-removable hard disk inside the computer.
Drive D refers to DVD/CD-RW drive.
|
|
D:
|
||
DIR
|
Displays a list of files and subdirectories in a directory. |
DIR C:\Irvine
|
TYPE
|
Displays the contents of an ASCII text file on screen. |
TYPE lab1.asm
|