home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / qf212.com / QF.DOC next >
Text File  |  1989-05-02  |  9KB  |  230 lines

  1.  
  2.  
  3.  
  4.      QF.TXT                 Tuesday, May 2, 1989 12:11 pm                 Page 1
  5.  
  6.  
  7.       
  8.       
  9.       
  10.       
  11.       
  12.       
  13.       
  14.       
  15.       
  16.       
  17.       
  18.       
  19.       
  20.       
  21.       
  22.                         ██████████████████████       ██████████████████
  23.                         ███░░░░░░░░░░░░░░░░███░░     ███░░░░░░░░░░░░░░
  24.                         ███░░              ███░░     ███░░
  25.                         ███░░              ███░░     ███░░
  26.                         ███░░              ███░░     ██████████
  27.                         ███░░              ███░░     ███░░░░░░
  28.                         ███░░          ███ ███░░     ███░░
  29.                         ███░░          ███ ███░░     ███░░
  30.                         ██████████████████████░░     ███░░
  31.                           ░░░░░░░░░░░░░███░░░░░░      ░░░░
  32.                                        ███░
  33.                                         ░░░
  34.       
  35.       
  36.       
  37.       
  38.                                 A File Find/Delete Utility
  39.                          (C) Copyright 1989 - By Ronald C. Bieber
  40.       
  41.       
  42.       
  43.       
  44.       
  45.       
  46.       
  47.       
  48.       
  49.       
  50.       
  51.       
  52.       
  53.       
  54.       
  55.       
  56.       
  57.       
  58.       
  59.       
  60.       
  61.       
  62.  
  63.  
  64.  
  65.      QF.TXT                 Tuesday, May 2, 1989 12:11 pm                 Page 2
  66.  
  67.  
  68.               Let's face  it.    At one  time or  another, your  going to lose
  69.       files.  Whether  you misplace them  in an out  of the way  subdirectory,
  70.       move them to  a different drive,  or archive them.   Well, don't  worry.
  71.       Now there's Quick Find.
  72.       
  73.               Quick Find was written because, like everyone, I lose files  all
  74.       the time, and although there are a lot of "whereis" programs out  there,
  75.       none cover all of the aspects of  finding files.   THIS ONE DOES!   Here
  76.       are some of Quick Find's features:
  77.       
  78.       
  79.                       1.      FAST directory tree searching.
  80.       
  81.                       2.      Capability to search every drive on your
  82.                               computer.
  83.       
  84.                       3.      Search only the current directory and it's
  85.                               subdirectories for a file.
  86.       
  87.                       4.      COMPRESSED FILE SEARCHING!
  88.                               Quick Find  currently supports  six (6)  of the
  89.                               majorly   used   archiving   utilities:     SEA
  90.                               ARC, PKware's   PKARC/PKPAK,   Pkware's   PKZIP
  91.                               (v.092), Nogate Consulting's PAK v.1.6,   Rahul
  92.                               Dhesi's  ZOO,  and  Haruyasu  Yshizaki's  LHARC
  93.                               v.1.00.  QF can search   all of these files  to
  94.                               find what you're looking for.
  95.       
  96.                       5.      Global delete function - Delete any unwanted
  97.                               duplicates, anywhere!
  98.       
  99.       Explanation of switches:
  100.       ------------------------
  101.       
  102.               QF-Quick Find, Version 2.11, (C) Copr 1989, Ronald C. Bieber
  103.       
  104.               Usage:  QF [d:] filespec [switches] [>outfile]
  105.       
  106.               Switches:
  107.               /A  Search for files on all drives
  108.               /C  Search only current directory and it's subdirectories
  109.               /CF Search compressed files (*.ARC, *.PAK, *.ZIP, *.ZOO)
  110.               /CO Only search compressed files
  111.               /D  Delete found files
  112.               /N  Do not confirm deletions (used with /D)
  113.               /P  Pause Mode; Press a key to continue ...
  114.       
  115.               Following are the meaning of those archaic switches displayed
  116.               above:
  117.       
  118.               /A  -   Searches all of your drives for the specified file.
  119.       
  120.               /C  -   This switch is provided for  those of us who know   what
  121.                       general area a file should be, but can't find it.   This
  122.                       will cause QF to start searching in the current  working
  123.  
  124.  
  125.  
  126.      QF.TXT                 Tuesday, May 2, 1989 12:11 pm                 Page 3
  127.  
  128.  
  129.                       directory  and  recursivly  search  through  all of it's
  130.                       subdirectories.
  131.       
  132.               /CF -   This   switch  will  cause   QF  to  search   any of the
  133.                       aforementioned compressed  files as  if they  where just
  134.                       another directory, along with searching the rest of  the
  135.                       disk.
  136.       
  137.               /CO -   This switch will cause QF to search ONLY the  compressed
  138.                       files on your disk.  (you can intermix this with the  /C
  139.                       option  if  you  know where the file is and still  can't
  140.                       find it.
  141.       
  142.               /D  -   Delete Found Files ...  When this switch is   specified,
  143.                       when a file  is found, QF  will ask you  if you want  to
  144.                       delete it. And, of course, answering "Y" at this  prompt
  145.                       will delete it.
  146.       
  147.               /N  -   This can only be used with the /D switch.  This turns
  148.                       off the confirmed delete and automaticly deletes any
  149.                       files it finds.  PLEASE MAKE SURE YOU WANT THESE FILES
  150.                       DELETED BEFORE USING THIS SWITCH!!!
  151.       
  152.               /P  -   Pause Mode.  This will display any found files a screen
  153.                       at a time.  No explanation needed, right?
  154.       
  155.       
  156.               You can pipe QF's output to a printer or data file too if you
  157.               like.
  158.       
  159.       
  160.       
  161.       
  162.       MISCELLANEOUS:
  163.       -------------
  164.       
  165.               You may  distribute QF  as much  as you  like, as  long as  this
  166.       documentation file  is distributed  with it.   Also, although  it's  not
  167.       required, if you find that you're using QF quite a bit, you could send a
  168.       $10.00 donation as well.
  169.       
  170.                               All donations may be sent to:
  171.       
  172.                                         Ron Bieber
  173.                                       231 E. Prairie
  174.                                           Apt. D
  175.                                  Crystal Lake, IL  60014
  176.       
  177.              I stress this:
  178.       
  179.               NO   DONATIONS   ARE   REQUIRED!    If   you   don't feel  like
  180.       sending anything, then  don't.   I wrote  this for  my benefit,  and  I
  181.       thought someone else  may find it  useful.  Anyone  is free to  use it,
  182.       give it to your friends, etc.   No charge.
  183.       
  184.  
  185.  
  186.  
  187.      QF.TXT                 Tuesday, May 2, 1989 12:11 pm                 Page 4
  188.  
  189.  
  190.              By  the  way,  I  will  not  assume ANY responsibilities for ANY
  191.       damages arising from the use of this  program.  There is not a heck  of
  192.       a lot  that   can  go  wrong,   besides  the  fact   of  you using  the
  193.       delete procedure  irresponsibly.    In other  words,   USE THIS PROGRAM
  194.       AT YOUR OWN RISK!
  195.       
  196.       Oh, I almost forgot, what is a .DOC file without a revision history?
  197.       
  198.                         1.00 - initial  release.     Plain  "whereis"
  199.                                utility
  200.       
  201.                         2.00 - added .ARC & .PAK searching
  202.       
  203.                         2.10 - added .ZIP searching and global delete.
  204.       
  205.                         2.11 - added .ZOO  file searching.  Fixed  error
  206.                                checking when searching compressed files.
  207.                                (program  would  just  hang  up   without
  208.                                telling you there was an error).
  209.       
  210.                                Removed  /ARC, /O, /ZIP, /ZO switches and
  211.                                replaced them with /CF and /CO  to search
  212.                                ALL compressed files automatically.
  213.       
  214.                         2.12 - Added .LZH file searching.
  215.                                Added "Are you sure" prompt and warning
  216.                                when using the /D /N switch combination.
  217.       
  218.       
  219.       QUESTIONS, ETC.:
  220.       ----------------
  221.       
  222.               Any question's about the operation of QF, or anything like that,
  223.       you can leave messages to me on the following bulletin board systems:
  224.       
  225.       
  226.                    Polysyncronism BBS ................. (312) 358-5104
  227.                    Computer Direct BBS ................ (312) 382-3270
  228.       
  229.  
  230.