home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / tree.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  25 lines

  1. TREE [d:] [/F] 
  2. or
  3. TREE [d:][pathname] [/F] [/A]                    [new DOS 4.0]
  4.  
  5. TREE is an external command that lists all directories and sub-directories 
  6. on the default disk drive or the specified disk drive and optionally lists 
  7. the files in them.
  8.  
  9. d: names an optional disk drive that contains the disk whose directories
  10.     you want to see.
  11.  
  12. pathname specifies the subdirectory to start the listing, rather than 
  13.     beginning with the root directory.
  14.  
  15. /F lists the names of the files inside each directory.
  16.  
  17. /A will NOT use fancy block graphics characters, with indents at each
  18.     subdirectory level. The graphics characters may not work for all code
  19.     pages and printers. [Not supported by OS/2]
  20.  
  21. TREE will list each pathname, all its subdirectories, and all the files in 
  22. that pathname (if the /F option is present). It can produce this information 
  23. for all the pathnames on the disk. CHKDSK /V can also do this, in a different 
  24. format.
  25.