home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / DLPM.ZIP / DL.DOC
Text File  |  1989-08-24  |  2KB  |  74 lines

  1.  
  2.  
  3.  
  4.                              Directory Lookup
  5.             
  6.                                     by
  7.  
  8.                                Paul Martin
  9.  
  10.  
  11.  
  12. DL.EXE is a program that will recurse directories for files matching
  13. a pattern and display the size as well as total number of files
  14. that match the pattern and the total space taken up be those files.
  15. DL will indent the filenames in subdirectories to give an output
  16. similar to TREE.EXE.
  17.  
  18. The format to run DL.EXE is as follows:
  19.  
  20. DL <search patteren>
  21.  
  22. examples:
  23.  
  24. DL                 will display all files in the current directories
  25.                    and all subdirectories below the current directory
  26.  
  27. DL A:\*.EXE        will search and display all files with the EXE
  28.                    extention on A: and all the subdirectories on A:
  29.  
  30. DL TEST.FIL        will display the file name test in the current
  31.                    directory and all subdirectories
  32.  
  33. You get the picture.
  34.  
  35. DL will support full wildcard searches with the ? and * characters.
  36. DL will also support full DOS pathnames.
  37.  
  38. DL.EXE was written in "C" and is a bound executable.  This means it
  39. will run under OS/2 and DOS.
  40.  
  41.  
  42. Feel free to distribute this program and make as many copies as
  43. your heart desires, but you must not alter the program in any way
  44. and you must also include this documentation.  
  45.  
  46. If you find this utility useful, all I ask is that you send me
  47. $5.00 for my effort.
  48.  
  49. Send checks, money orders, loose diamonds, and of course cash to:
  50.  
  51. Paul Martin
  52. 901-A Ohio Pike
  53. Cincinnati, Ohio
  54. 45245
  55.  
  56. If you find any bugs or have any questions, you can reach me through
  57. USENET at pmartin@ucqais.uc.edu or through a local BBS I frequent, called
  58. C.C.C. (513)752-8248, (513)752-1544, (513)752-1542, (513)752-1055,
  59.        (513)752-8239, (513)752-0121, (513)752-0730
  60.  
  61.  
  62. **************************************************************************
  63. * Revision List                                                          *
  64. **************************************************************************
  65.  
  66. Revision 1.1  08/25/89
  67.  
  68. Added logic to make the directory path always show the complete path and
  69. and also added support to look at the contents of a directory just by
  70. name (eg. DL TEMP will display the contents of all files and subdirectories
  71. of TEMP if temp is a directory, otherwise TEMP is used as a search mask).
  72.  
  73. {EOF}
  74.