home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / QF450.ZIP / MANUAL.QF < prev    next >
Encoding:
Text File  |  1989-10-27  |  8.9 KB  |  263 lines

  1.  
  2.  
  3.  
  4.  
  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.                            A File Find/Delete Utility
  37.                     (C) Copyright 1989 - By Ronald C. Bieber
  38.  
  39.  
  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.  
  66.  
  67.          Let's face  it.    At one  time or  another, your  going to lose
  68.  files.  Whether  you misplace them  in an out  of the way  subdirectory,
  69.  move them to  a different drive,  or archive them.   Well, don't  worry.
  70.  Now there's Quick Find.
  71.  
  72.          Quick Find was written because, like everyone, I lose files  all
  73.  the time, and although there are a lot of "whereis" programs out  there,
  74.  none cover all of the aspects of  finding files.   THIS ONE DOES!   Here
  75.  are some of Quick Find's features:
  76.  
  77.  
  78.                  1.      FAST directory tree searching.
  79.  
  80.                  2.      Capability to search every drive on your
  81.                          computer.
  82.  
  83.                  3.      Search only the current directory and it's
  84.                          subdirectories for a file.
  85.  
  86.                  4.      COMPRESSED FILE SEARCHING!
  87.                          Quick Find currently supports eight (8) of the
  88.                          majorly used archiving utilities:
  89.  
  90.                              PKARC/PKPAK     PKware Inc.
  91.                              PAK             Nogate Consulting Inc.
  92.                              ARC             System Enhancement Associates
  93.                              DWC             Dean W. Cooper
  94.                              PKZIP           PKware Inc.
  95.                              ZOO             Rahul Dhesi
  96.                              LARC            Miki/Okumura/Masuyama
  97.                              LHARC           Haruyasu Yoshizaki
  98.  
  99.                          Quick Find can search all of these files to
  100.                          find what you're looking for.
  101.  
  102.                          Self extracting archives are supported for
  103.                          all methods except ZOO.
  104.  
  105.                  5.      Global delete function - Delete any unwanted
  106.                          duplicates, anywhere!
  107.  
  108.  Explanation of switches:
  109.  ------------------------
  110.  
  111.     QF-Quick Find       File Find/Delete Utility    Version 4.50  Oct 27 1989
  112.     Copyright 1989 by Ronald C. Bieber;  All rights reserved.
  113.  
  114.     Usage:  QF [d:] filespec [switches] [>outfile]
  115.  
  116.     Switches:
  117.         /A  Search for files on all drives
  118.         /C  Search only current directory and it's subdirectories
  119.         /CF Search compressed files
  120.         /CO Only search compressed files
  121.         /D  Delete found files
  122.         /E  Display list of archive formats supported ...
  123.         /N  Do not confirm deletions (used with /D)
  124.         /P  Pause Mode; Press a key to continue ...
  125.         /T  Print Subdirectory Totals
  126.                 
  127.     Following are the meaning of those archaic switches displayed
  128.     above:
  129.  
  130.         /A  -   Searches all of your drives for the specified file.
  131.  
  132.         /C  -   This switch is provided for  those of us who know   what
  133.                 general area a file should be, but can't find it.   This
  134.                 will cause QF to start searching in the current  working
  135.                 directory  and  recursivly  search  through  all of it's
  136.                 subdirectories.
  137.  
  138.         /CF -   This   switch  will  cause   QF  to  search   any of the
  139.                 aforementioned compressed  files as  if they  where just
  140.                 another directory, along with searching the rest of  the
  141.                 disk.
  142.  
  143.         /CO -   This switch will cause QF to search ONLY the  compressed
  144.                 files on your disk.  (you can intermix this with the  /C
  145.                 option  if  you  know where the file is and still  can't
  146.                 find it.
  147.  
  148.         /D  -   Delete Found Files ...  When this switch is   specified,
  149.                 when a file  is found, QF  will ask you  if you want  to
  150.                 delete it. And, of course, answering "Y" at this  prompt
  151.                 will delete it.
  152.  
  153.         /E   -  Displays a   list of  formats supported  (pretty   self
  154.                 explanatory).
  155.  
  156.         /N  -   This can only be used with the /D switch.  This turns
  157.                 off the confirmed delete and automaticly deletes any
  158.                 files it finds.  PLEASE MAKE SURE YOU WANT THESE FILES
  159.                 DELETED BEFORE USING THIS SWITCH!!!
  160.  
  161.         /P  -   Pause Mode.  This will display any found files a screen
  162.                 at a time.  No explanation needed, right?
  163.                
  164.         /R  -   Redirect output.   If a filename is specified, as in 
  165.                 QF *.* /R:QF.OUT, all output will be redirected to the
  166.                 file QF.OUT.   If just QF *.* /R is entered (with no
  167.                 filename), output will go to the default printer.
  168.                 
  169.         /T  -   This switch will print files found/file size subtotals
  170.                 at each directory break.   If you want this option on 
  171.                 all of the time, it, as well as any other switches, can
  172.                 be set in the QF_OPT environment variable.
  173.                 
  174.         Command line switches can be issued in 4 different ways:
  175.  
  176.                1.      QF -CF -C -A -CO (etc.) filename
  177.                2.      QF filename /CF /C /A /CO etc ...
  178.                3.      Any combination of 1 & 2
  179.                4.      Default switches can be set using the DOS
  180.                        SET command.  The following command inserted
  181.                        in your AUTOEXEC.BAT would make QF search
  182.                        compressed files by default.
  183.  
  184.                                SET QF_OPT=/CF /T
  185.  
  186.                        Any number of switches can be set in the QF_OPT
  187.                        environment variable.
  188.  
  189.         You can pipe QF's output to a printer or data file too if you
  190.         like.
  191.  
  192.  
  193.  MISCELLANEOUS:
  194.  -------------
  195.  
  196.     You may  distribute  QF  as much   as you  like,  as  long as   this
  197.  documentation file   is distributed   with it.    Also, although   it's
  198.  not required, if you find that  you're using QF quite a bit,  you could
  199.  send a $10.00 donation as well.
  200.  
  201.                          All donations may be sent to:
  202.  
  203.                                    Ron Bieber
  204.                              801 Washington - Apt 2F
  205.                                Woodstock, IL 60098
  206.  
  207.         I stress this:
  208.  
  209.          NO   DONATIONS   ARE   REQUIRED!    If   you   don't feel  like
  210.  sending anything, then  don't.   I wrote  this for  my benifit,  and  I
  211.  thought someone else  may find it  useful.  Anyone  is free to  use it,
  212.  give it to your friends, etc.   No charge.
  213.  
  214.         By  the  way,  I  will  not  assume ANY responsibilities for ANY
  215.  damages arising from the use of this  program.  There is not a heck  of
  216.  a lot  that    can  go   wrong,   besides  using  the delete  procedure
  217.  irresponsibly.    In other  words,   USE THIS PROGRAM AT YOUR OWN RISK!
  218.  
  219.  
  220.  LAST MINUTE NOTES:             
  221.  ------------------
  222.  
  223.  07-Aug-89:
  224.  
  225.      As of this writing a file was being distributed called LH114.EXE.
  226.  Please note that because this is NOT an official release from Yoshi,
  227.  Quick Find will not support '.ICE' file extensions.
  228.  
  229.  04-Sep-89:
  230.  
  231.      As of this writing, someone who goes by the name Micheal L. Perty
  232.  had downloaded QF, changed my name in both the .EXE and .DOC file, and
  233.  re-uploaded it to a BBS.   As of version 3.60, I have implemented 32-bit 
  234.  CRC self checking in Quick Find, upon start-up, to check whether the 
  235.  QF.EXE file has been tampered with in any way.
  236.  
  237.  QUESTIONS, ETC.:
  238.  ----------------
  239.  
  240.          Any question's about the operation of QF, or anything like that,
  241.  you can leave messages to me on the following bulletin board systems:
  242.  
  243.  
  244.               Polysyncronism BBS ................. (312) 358-5104
  245.               Computer Direct BBS ................ (312) 382-3270
  246.               Corporate Headquarters BBS ......... (815) 886-3233
  247.  
  248.  
  249. SPECIAL THANKS
  250. --------------
  251.     I would like to thank the following people for making Quick Find what
  252. it is today:
  253.  
  254.     BETA TESTERS:
  255.     
  256.               Robert Neal, Sysop of Corporate Headquarters BBS,
  257.               Jeff Darling, Sysop of Polysyncronism BBS,
  258.               
  259.     FOR INPUT:
  260.                   
  261.               Patrick Grote for his interest, review and input on 
  262.               ways to improve this program.
  263.