Command Prompt Commands .com

 

tree command

             Name a star after a person

 
Shows the directory tree of the current directory
Options:
/F (Displays the names of the files in each folder.)
/A (Use ASCII instead of the extended characters.)
tree [options] [directory]
    
Equivalent to the Unix command find.

Command Prompt Commands » tree