How can I print a textfile on the command prompt in Windows?
type textfile.txt
If you want it page-by-page, more textfile.txt
.
For printing the content of multiple files (e.g. textfile_1.txt, textfile_2.txt) the following, does also works :
type textfile*