A SERVICE OF

logo

ROM-DOS Commands 6-29
MX2A137REFGD Revision A MX2 Reference Guide
TREE.COM
Type
External
Purpose
The TREE command displays each subdirectory and optionally the files
within them for a specified drive.
Syntax
TREE [d:] [/F]
Remarks
The TREE command displays the full path of each subdirectory on a
specified disk.
The d: specifies the drive that TREE will display the subdirectories
from. This argument must be specified.
Options
The /F switch causes TREE to display the files in each subdirectory.
Examples
This command will display all subdirectories on drive C.
C:\DATA> TREE C:
This command will display all subdirectories on drive A along with the
files within each subdirectory.
C:\DATA> TREE A: /F