oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
TYPE
Note  Examples
────────────────────────────────────────────────────────────────────────────
 
                                    TYPE
 
Displays the contents of a text file.
 
Use the TYPE command to view a text file without modifying it.
 
Syntax
 
    TYPE [drive:][path]filename
 
Parameter
 
[drive:][path]filename
    Specifies the location and name of the file that you want to view.
 
Related Commands
 
For information about displaying filenames and file sizes, see the <DIR>
command.
 
For information about displaying text files one screen at a time, see the
<MORE> command.
 
                                      ♦