Tree Ü ßßßßß Graphically display the structure of a directory tree. Syntax: TREE [d:][path] [/F] [/A] d:path The drive and path to start from. If no path is given, start from the current directory. /F Display the names of files in each directory. /A Use ASCII characters to visually represent the directory structure. Example: To display the files in all the directories on drive C, one screen at a time, type the following command: tree C:\ /f | more