home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / mop122.zip / MOP122.DOC next >
Text File  |  1990-10-19  |  6KB  |  143 lines

  1.  
  2.  
  3.                                      MOP
  4.  
  5.                                Copyright 1989-90
  6.                                       by
  7.                                 William C. Scott
  8.  
  9.    MOP was originally a utility designed to replace multiple utilities for
  10.     deleting or 'mopping-up' files in a directory after extracting files from
  11.     an archive.
  12.    MOP now may be used to clean up a directory through the use of directory
  13.     listings of files in any DOS pathname, including those that end with the
  14.     archive specified below. The user specifies a path to the filenames he
  15.     wishes to delete from the current directory.
  16.    MOP works using ARC, ZIP, LZH, PAK or ZOO files, or the filenames from a a
  17.     specified DOS path.
  18.    MOP then deletes those files found from your current directory after you
  19.     look at and verify them in a window.  The window may be defeated with the
  20.     /v switch when MOP is run.
  21.  
  22.    USING MOP:
  23.  
  24.    To simplify your life, place MOP in a location your PATH recognizes, so you
  25.     can use it wherever you want.
  26.    Make sure you are in the directory in which you want to delete files and
  27.     type:
  28.  
  29.                   MOP [SOURCEPATH\]FILENAME.EXT [/v] [/d]
  30.  
  31.    SOURCEPATH - is the PATH to the directory containing the ARCHIVE(s) or
  32.               files you wish to use. The default PATH is whatever directory
  33.               you are in.
  34.  
  35.               To use a directory as the path to filenames to delete, you must
  36.               finish the pathname with a '\'.  Otherwise, MOP thinks it is
  37.               looking for an archive file on which you didn't place an
  38.               extension.
  39.  
  40.    FILENAME - may be the name of an archive, in which case you may provide
  41.               some sort of extension (*,arc,zip,zoo,pak,lzh) or an asterisk
  42.               ('*') in which case all archives of all names and types will be
  43.               used.  If no extension is provided, MOP will look for all files
  44.               that have have any of the archive extensions.
  45.  
  46.    EXT  -     may be one of the supported archive types (arc,zip,zoo,pak,lzh)
  47.               OR it may be an asterisk ('*') or left blank, in which case all
  48.               types of archives matching the supplied FILENAME will be
  49.               searched and used.
  50.  
  51.    '*'  -     (ONLY ... no extension) to delete all files matching filenames
  52.               listed in ALL .ZIP, .ARC, .PAK, .LZH and .ZOO libraries found
  53.               on the PATH you specified. Checking for the asterisk also
  54.               involves checking for a '.' in the command line parameter, so
  55.               '*.' will cause no action to occur.
  56.  
  57.  
  58.  
  59.    /v -  prevents you from previewing the files that are about to be deleted
  60.         and mark any you wish to retain.  Use of this feature is discouraged
  61.         until you have the hang of using MOP ... after that, it will save you
  62.         time.
  63.  
  64.    /d -  will suppress the elimination of duplicate filenames from the
  65.         verification display window.  If you are using multiple archive
  66.         files the same file, such as README or whatever is likely to be
  67.         found a number of times.  By default, MOP does not display each
  68.         occurence of the file as it finds it ... but there may be cases
  69.         where you are interested in finding out if you have the same
  70.         file in different archives.  In that case, it is convenient to
  71.         use MOP for a quick check.
  72.         
  73.     Entering a SourcePath allows all succeeding FILENAMEs to be looked for
  74.     in the same directory.  Entry of another SourcePath causes all filenames
  75.     that follow to be looked for in the last entered SourcePath.
  76.  
  77.     Example:  From root directory of drive C you enter ...
  78.  
  79.         MOP a:foofile.arc double.zip c:\dos\flipflop.lzh *.arc
  80.  
  81.     ... causes the following ...
  82.  
  83.        'foofile.arc' and 'double.zip' are searched for in root directory
  84.        of drive A.
  85.  
  86.        'flipflop.lzh' and all files with an '.arc' extension are looked
  87.        for on drive C in the DOS directory.
  88.  
  89.     All files found in the directories of those archive files and/or paths are
  90.      checked against presence in root directory of drive C. Any matches are
  91.      shown in a verify window and deleted when you press <ENTER> unless you
  92.      specifically mark them to be retained.
  93.     BOTH the internal masks (ARC, PAK, ZIP, ZOO, LZH) and the external masks
  94.      (the ones you enter on the command line) CANNOT BE USED together. Using
  95.      one disables the other one.
  96.     When you don't defeat the preview option of MOP, you may mark the files
  97.      you wish to retain by placing the selector bar on the file and pressing
  98.      <SPACEBAR>. Files marked in this manner won't be deleted.
  99.  
  100.  Copyright notice:
  101.     MOP is copyright 1989 by William C. Scott. All rights reserved. No resale
  102.     of MOP is permitted.
  103.  
  104.  
  105.  
  106.  
  107.  Policy:
  108.     MOP is not public domain software ... however there is no fee for using
  109.     it or the source code if you purchase that.  Copyright is retained only
  110.     to discourage changing of the MOP code and calling the resulting program
  111.     MOP. Source code is available for a $10 fee to cover cost of incidentals
  112.     from the party below :
  113.  
  114.             William C. Scott
  115.             PO Box 474
  116.             Coalgate, OK 74538    
  117.  
  118.                  or
  119.  
  120.             Coalgate BBS  -  (405) 927-2541
  121.                 24 hr operation
  122.  
  123.             Using US Robotics HST 14.4 modem supporting
  124.  
  125.           * 14.4/9600/2400/1200/300 baud
  126.               8-N-1
  127.  
  128.           * Download on first call.
  129.  
  130.             Get latest versions of MOP, PMCAT, LABELLE.
  131.  
  132.           * Registered users will have access to special file areas for
  133.              registered copies of the latest version of their program.
  134.  
  135.           * Over 135 megabytes of PD and shareware for the IBM & compatible
  136.             computer.
  137.  
  138.  
  139.     I encourage you to contact me with any suggestions or comments you have
  140.     concerning MOP.
  141.  
  142.  
  143.