This batch command prints the content of a file or files to the output.
TYPE [filename]
Where filename is the file whose contents need to be displayed.
@echo off TYPE C:\tp\lists.txt
The contents of the file lists.txt will be displayed to the command prompt.