|
TYPE
TYPE is a program that will show the contents of a file
without opening it for editing.
Syntax
type [Drive:][Path] FileName
Parameters
[ Drive : ][ Path ] FileName : Specifies the location and
name of the file or files
that you want to view.
Separate multiple file
names with spaces.
Try entering TYPE MYFILE.DOC
and you should see the contents of the file you created
earlier.
Examples
To display the contents of a lengthy file one screen at a
time, type:
type holiday.mar | more
Batch File Commands
|