oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
TREE--Examples
Syntax  Note
────────────────────────────────────────────────────────────────────────────
 
                               TREE──Examples
 
To display the names of all the subdirectories on the disk in your current
drive, type the following command:
 
    tree \
 
To display, one screen at a time, the files in all the directories on drive
C, type the following command:
 
    tree c:\ /f | more
 
To print the same list that the previous example displayed, type the
following command:
 
    tree c:\ /f > prn
                                      ♦