TREE--Examples To display the names of all the subdirectories on the disk in your current drive, type the following command: tree \ :m578 To display, one screen at a time, the files in all the directories on drive C, type the following command: tree c:\ /f | more :m578a To print the same list that the previous example displayed, type the following command: tree c:\ /f > prn