home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / ffind103.arj / FILEFIND.DOC next >
Encoding:
Text File  |  1992-05-04  |  4.7 KB  |  118 lines

  1. FILEFIND V1.03, Copyright 1991,92 by Kev Duncan, All rights reserved
  2.  
  3. Introduction:
  4. -------------
  5.  
  6. This utility may be freely distributed, provided this document is
  7. supplied with it. Please forward any comments, suggestions or bug
  8. reports to one of the contact points shown at the end of this
  9. document.
  10.  
  11.     Please feel free to send a donation (anything!) if you find
  12.     it of use/value.
  13.  
  14. This program will search all your hard disks and network disks (optional)
  15. for files matching the specified pattern. The program will also examine
  16. any archives (.ZIP .PAK .ARC .LZH .ZOO .ARJ) for matching files. Press
  17. the Esc key to abandon the search at any time.
  18.  
  19. Usage:
  20. ------
  21.  
  22. FILEFIND [/a{r|h|s|a}] [/h] [/i] [/l{filename}] [/n] [/p] [/q]
  23.          [/s] [ [drive:] ...] pattern
  24.  
  25.    /?     display help screen
  26.    /a     display files only with specified attribute
  27.           r - read only, h - hidden, s - system, a - archive
  28.    /f     Full - display all files being processed
  29.    /h     Halt after first match
  30.    /i     Image file information for PCX,BMP,TIF,GIF and IMG files
  31.    /l     Log output to filename - default FILEFIND.LOG
  32.    /n     Network drives included in search
  33.    /p     Pause at the end of each screen
  34.    /s     Silent - do not display status
  35.    /z     do not explode through archive files (ZIP etc.)
  36.  drive:   MS-DOS drive letter(s) - only the drives specified will be
  37.           scanned for the required files.
  38.  pattern  standard MS-DOS wild card pattern
  39.  
  40.   All parameters except the file name pattern are optional.
  41.  
  42. Operation:
  43. ----------
  44.  
  45.     By default FileFind will search all local hard disks, exploding
  46. through archive files looking for files that match the wild card
  47. pattern specified. If you wish to search for files held on diskette
  48. then the diskette drive must be explicitly specified, similarly if
  49. you wish to search both local and remote (i.e. network) disks specify
  50. the '/n' parameter on the command line.
  51.  
  52. Contact:
  53. --------
  54.  
  55. If you experience problems running this program please let me know by
  56. one of the following contact points. If at all possible please direct
  57. the output from FileFind to disk (via the '/L' option) and send me the
  58. resulting file - email is fine!. From version 1.03 the options you have
  59. specified on the command line are shown in the header block output from
  60. the program - this is to aid in problem solving and debugging.
  61.  
  62. Mail:       Kev Duncan
  63.             43 Primrose Crescent
  64.             Fulwell
  65.             SUNDERLAND
  66.             England
  67.             SR6 9RJ
  68.  
  69. CIX:        kduncan
  70.  
  71. Internet:   kduncan@cix.compulink.co.uk
  72.  
  73. Compuserve: 100023,3022
  74.  
  75. Prestel:    011111100
  76.  
  77. History:
  78. --------
  79.  
  80. v1.03  04 May 92  -  Support ARJ files.
  81.                   -  Document drive parameters.
  82.                   -  Quiet option now the default (i.e. show only
  83.                      directories being scanned) - full option added to
  84.                      replace it which will display all files in the
  85.                      status line as they are being processed. Default
  86.                      option is now considerably faster than the
  87.                      previous full display.
  88.                   -  Large capacity drives were being shown as negative
  89.                      numbers. Capacity and available figures are now
  90.                      comma delimited.
  91.                   -  Program was misinterpreting DOS version number for
  92.                      DOS 4.00 and 5.00 leading to incorrect drive data.
  93.                      Options entered via the command line are now shown
  94.                      in the drive information block to aid in support
  95.                      and debugging.
  96.                   -  Drive information block now shows which drives are
  97.                      to be scanned.
  98.                   -  Under some circumstances the program would abort
  99.                      when reading archive files that had relative paths
  100.                      stored with the file names (one reported case of
  101.                      the PC hanging that needed the Bid Red Switch!).
  102.                   -  Processing of ZIP files is now more robust, in
  103.                      addition the file attributes for files within the
  104.                      archive are now shown.
  105.  
  106. v1.02  12 Apr 92  -  Add image option - prints information for PCX,
  107.                      IMG, TIF, GIF and BMP files.
  108.                   -  Allow escape (abandon) at the pause prompt.
  109.                   -  /z parameter added to exclude 'exploding' through
  110.                      archive files.
  111.                   -  Scanning of network drives must now be requested
  112.                      by the /n parameter.
  113.  
  114. v1.01  04 Apr 92  -  Add quiet and silent options.
  115.                   -  Support ZOO format archives.
  116.  
  117. v1.00  14 Apr 91  -  First written.
  118.