TYPE
Displays the contents of a text file.
TYPE [drive:][path]filename
Where:
[drive:][path]filename
- Specifies the text file whose contents will be displayed.
Example: Display the contents of the text file C:\cassius.txt
:
type "C:\cassius.txt"
Comments