MS-DOS Commands :: tree
Overview:
Graphically displays the directory structure of a drive or directory.
Tip: You can save the directory tree listing to a file by using
tree > filename such astree > mytree.txt Tip: You can use the clip command to save the directory tree listing to the Windows clipboard, such as:
tree | clip
help tree
Graphically displays the folder structure of a drive or path. TREE [drive:][path] [/F] [/A] /F Display the names of the files in each folder. /A Use ASCII instead of extended characters.
(Enlarge: help tree)
Related Commands:
- dir
- Displays a directory listing.