KOMPX.COM or COMPMISCELLANEA.COM   

Display the contents of a file in DOS or Windows Console

Displaying the contents of a file in DOS or in Windows Console by TYPE command:


TYPE file.txt

Displaying one screen at a time

If the contents of a file are larger than one screen, then the screen output may be paused each time to show one screen at a time, using MORE command:


TYPE file.txt | MORE

Links

  1. TYPE ss64.com/nt/type.html
  2. MORE ss64.com/nt/more.html
Operating systems
More