批处理脚本 - TREE 命令

此批处理命令以任何递归级别或深度显示当前目录的所有子目录的树。

语法

Tree

示例

@echo off 
tree

输出

上面的命令将显示当前目录的树形结构。 以下是输出示例。

Folder PATH listing for volume Windows8_OS
Volume serial number is E41C-6F43
C:.
├───newdir
├───newdir1
└───newdir2

❮ batch_script_commands.html