print file windows cmd code example
Example 1: read text file cmd
// option 1
more fileName
// option 2
type fileName
Example 2: how to print something from the command line
c:\> echo STRING
STRING
// option 1
more fileName
// option 2
type fileName
c:\> echo STRING
STRING