Built-in commands:
*CALL
*CLS
*COPY
*DIR
*DATE
*ECHO
*ELSE
*EXIT
*FOR
*GOTO
*IF
*MOVE
*PATH
*POPD
*REM
*SET
*TIME
*TYPE
*VER
*VOL
Prints the content of a file or files to the output.
Examples:
type filename.txt
type a.txt b.txt
type *.txt
type NUL > tmp.txt
In Unix: cat
Links:
$ type /?
Displays the contents of a text file or files.
TYPE [drive:][path]filename