home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / tree.lzh / TREE.DOC < prev   
Text File  |  1985-08-25  |  982b  |  32 lines

  1.     tree.asm/tree.doc       g.r.green
  2.  
  3.     Tree draws the directory tree of your default disk drive on any 
  4.     computer running Ms-dos with a VT1xx compatible terminal such as 
  5.     Rainbow.  The volume name or a blank box is drawn at the top followed 
  6.     by the tree of all directories on the default disk.  The . and .. 
  7.     directories are suppressed since they are of no interest and are 
  8.     present in any directory except the root-directory.  
  9.  
  10.     This program is entered into public domain for any use without cost 
  11.     exceeding the cost of handling and reproduction as long as credit is 
  12.     given to the author.  
  13.  
  14.  
  15.     Installation instructions:
  16.         masm tree
  17.         link tree        ; ignore lack of stack err msg!!
  18.         exe2bin tree.exe tree.com
  19.         del tree.exe
  20.  
  21.     Invocation:
  22.         TREE            ; takes no arguements
  23.  
  24.  
  25.     If you encounter any problems or have any questions, please contact the 
  26.     author:
  27.  
  28.     Gordon R. Green
  29.     7 Juniper St.
  30.     Hudson, N.H. 03051    603-883-3031 home,   603-885-4560 work
  31.  
  32.