批处理脚本 - TYPE 命令

此批处理命令将一个或多个文件的内容打印到输出。

语法

TYPE [filename]

其中filename是需要显示内容的文件。

示例

@echo off 
TYPE C:\tp\lists.txt

输出

文件lists.txt的内容将显示在命令提示符中。

❮ batch_script_commands.html