home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / resolve1.zip / RESOLVE.DOC < prev    next >
Text File  |  1994-08-05  |  4KB  |  107 lines

  1.  ===========================================================================
  2.  RESOLVE (v1.0) : Duplicate File Resolution Utility (with Purging)
  3.  
  4.  (C) Copyright July 1994 David Greenberg, all rights reserved
  5.  
  6.  [Unregistered trial copy -- three week trial license] 
  7.  
  8.  **This Program is SHAREWARE**.  Please see registration info below.
  9.  ===========================================================================
  10.  
  11.  I.  INTRODUCTION
  12.  
  13.  The idea is simple: As time passes, a significant number of duplicate and
  14.  unwanted files accumulate on your hard disk:  Excess backups, temporary 
  15.  swap files, backups of compressed .EXE's, and sometimes even duplicates of
  16.  entire subdirectories.
  17.  
  18.  Back in the old days, when 40MB was a big deal, dealing with such files 
  19.  was trivial.  
  20.  
  21.  Those days are gone.  Now, with hard disks 20 times as big, and growing, 
  22.  and demand for disk space growing even faster, those extra megabytes are 
  23.  more precious, *and* more difficult to manage.
  24.  
  25.  RESOLVE is a simple and straightforward solution to the problem; RESOLVE 
  26.  performs two elementary operations:
  27.  
  28.  (1) "resolve": scans the entire disk (usually a hard disk); for each file
  29.       which appears in more than one directory, offering you the following
  30.       choices:
  31.      
  32.     - do nothing (the most popular choice, as usual)
  33.     - delete instances (copies) of the file
  34.     - update instances of the file with one of them (usually the newest)
  35.     - rename an instance (can be used to move the file)
  36.     
  37.  (2) "purge": scans the disk, and for **each** file matching some pattern
  38.      (default is *.BAK) prompts you to:
  39.  
  40.     - do nothing (as usual)
  41.     - delete the file
  42.  
  43.  You can quit RESOLVE at any time: when user input is needed, you will be 
  44.  given the option 'q' (for quit, of course).  At other times, use Ctrl-C or
  45.  Ctrl-Break.
  46.  
  47.  RESOLVE also provides built-in help at sticky points, as well as several 
  48.  useful switches:
  49.  
  50.  -iTEMPLATE: Allows you to specify which files to match.  You can use
  51.          wildcards (? and *).  The default is *.* for resolving a 
  52.          disk, *.BAK for purging.
  53.  
  54.  -l:         Instructs RESOLVE to log all potentially irreversible actions
  55.              (such as delete, rename) in a log file RESOLVE?.LOG, where
  56.          ? is a number between 0..9.  If all 10 log files exist in
  57.          the directory from which RESOLVE is run, it will overwrite
  58.          RESOLVE0.LOG.
  59.  
  60.  -p:         For extra security, whenever a file is to be deleted, you
  61.          will be prompted with 'Are You Sure?'.  Especially ideal
  62.          for buttery fingers!
  63.  
  64.  II: Comments, suggestions, etc.
  65.  
  66.  This is the first trial version of RESOLVE, and it lacks all of the 
  67.  features which newer versions would include.  Developing a program
  68.  however, takes time and money.  This is where you come in:
  69.  
  70.  Registering is cheap, painless, and worthwhile.  It costs a mere $15,
  71.  nothing compared to the sums you put out on competitive software. You just 
  72.  send a check or money order to :
  73.  
  74.     David Greenberg     (that's me)
  75.     "RESOLVE (v1.0)"
  76.     544 Conifer Street
  77.     Melbourne, FL 32904
  78.     UNITED STATES
  79.  
  80.  **Please send a check or money order only, and in US funds.**
  81.  
  82.  When you register RESOLVE, you're added to the permanent mailing list.
  83.  Within three weeks, you'll receive a licensed copy of RESOLVE.  
  84.  
  85.  In addition, when major revisions in the program are made, you'll get a 
  86.  registered copy as well (specify which type of disk you prefer, please).  
  87.  Also, you'll be eligible to try out new test versions of other software. 
  88.  
  89.  Registering RESOLVE is, above everything, an investment in software
  90.  development efforts.  And, it's required.
  91.  
  92.  Please delete RESOLVE if you do not plan to register your copy after three 
  93.  weeks of trial usage.
  94.  
  95.  Your support is greatly appreciated.
  96.  
  97.  For faster processing, you can also drop me a line at one of the e-mail
  98.  addresses below.  And of course, if you have comments, suggestions, or
  99.  if you suspect you stumbled on a bug in the program, please let me know
  100.  as well.
  101.  
  102.     <greenbg@cs.huji.ac.il>     or      <davidg@www-mail.huji.ac.il>
  103.  
  104.  Yours,
  105.  David Greenberg
  106.  August 4, 1994
  107.