Dos - Type
Table of Contents
About
Displays the contents of a text file or files.
By using it with the redirection operators, you can concatenate files. See Dos - (Standard Stream) Redirection Operators
type is the equivalent of the cat command for Linux.
Articles Related
Syntax
TYPE [drive:][path]filename
Example