Search notes:

cmd.exe - type

type file.txt displays the content of the file file.txt. It is roughly (!) the cmd.exe equivalent of the shell command cat.

See also

dpath
cmd.exe: Built-in commands
The Powershell cmdlet to display the contents of a file is get-content.

Index