home *** CD-ROM | disk | FTP | other *** search
/ In'side Shareware 1994/1995 January / ish194-95.iso / dosutil / opticopy / opticopy.doc next >
Text File  |  1991-06-24  |  6KB  |  161 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.                                 OPTICOPY  Version 1.00
  30.                                     June 24, 1991
  31.  
  32.                           Copyright (c) 1991 Paul Galbraith
  33.                                  All Rights Reserved
  34.  
  35.                                     Paul Galbraith
  36.                                  275 Alscot Crescent
  37.                                   Oakville, Ontario
  38.                                        L6J 4R5
  39.                                     (416) 844-3770
  40.  
  41.                                 CompuServe:  72060,152
  42.  
  43.  
  44.  
  45.  
  46.           OptiCopy                                                        1
  47.           -----------------------------------------------------------------
  48.  
  49.                OptiCopy  and OptiMove  are distributed  as freeware.   This
  50.           means that you are free to copy, distribute, and use the programs
  51.           so long  as you  agree to  a few simple  rules.   I maintain  the
  52.           copyrights to the  programs in order to ensure that  they are not
  53.           misused.  My rules are:
  54.  
  55.              o You  may   not   distribute  the   programs   without   this
  56.                documentation file.  You may  not distribute the package, in
  57.                whole  or in  part, if  any part  of it  has been  modified,
  58.                including the addition or removal of any files.
  59.  
  60.              o A fee may NOT be charged for the distribution and/or copying
  61.                of this program,  UNLESS the purchaser  is made fully  aware
  62.                that he/she is paying  for the distribution/copy service and
  63.                not for the program.
  64.  
  65.  
  66.           What is OptiCopy?
  67.  
  68.                     OptiCopy is  an optimizing file copier.  It is designed
  69.                to copy a large number of files onto floppy disks.  OptiCopy
  70.                attempts  to  minimize the  amount of  wasted space  on each
  71.                disk.  Using a special algorithm, OptiCopy is able to select
  72.                which files to copy  onto each floppy disk, very  often with
  73.                the result being that there are "0 bytes free" on the floppy
  74.                disk after the copy procedure.  (Try it and see!)
  75.  
  76.                NOTE:   OptiCopy does NOT  compress files.   It only selects
  77.                     files  from a long list  so as to  minimize wasted disk
  78.                     space.
  79.  
  80.  
  81.           Who would want to use OptiCopy?
  82.  
  83.                     OptiCopy was designed for  people who do a lot  of file
  84.                transfers from  a  BBS.   However,  OptiCopy is  a  valuable
  85.                utility for anyone  who has to move a large  number of files
  86.                from hard  disk to floppy, without  compressing or otherwise
  87.                altering the files.
  88.  
  89.  
  90.           Why is OptiCopy better than other similar programs?
  91.  
  92.                     OptiCopy  works much  better than  other programs  of a
  93.                similar  nature.  Most  programs will just  copy the largest
  94.                available file onto the floppy disk, and stop when there are
  95.                no more files that  fit.  OptiCopy does much more than this.
  96.                It carefully  chooses each  file individually, and  does not
  97.                begin copying until it  has found a selection of  files that
  98.                give a 'best fit'.
  99.  
  100.  
  101.           How do you use OptiCopy?
  102.  
  103.                     Nothing  could be simpler!  Use OptiCopy as you use the
  104.                DOS copy command.   To optimally copy  all the files in  the
  105.                current directory to drive B, simply type:
  106.  
  107.  
  108.  
  109.  
  110.           OptiCopy                                                        2
  111.           -----------------------------------------------------------------
  112.  
  113.                     OPTICOPY *.* B:
  114.  
  115.                     To optimally copy all ZIP  files in C:\TMP to A:\MYDIR,
  116.                type:
  117.  
  118.                     OPTICOPY C:\TMP\*.ZIP A:\MYDIR
  119.  
  120.                     OptiCopy can  work with more than  one source filespec.
  121.                For example, if you want to copy all ZIP, ARC, and PAK files
  122.                from the current directory to drive A, you would type:
  123.  
  124.                     OPTICOPY *.ZIP *.ARC *.PAK A:
  125.  
  126.                     This  would work much better than  copying all the ZIP,
  127.                ARC, and  PAK files  in three separate  commands, since  the
  128.                more files OptiCopy has  to choose from, the more  likely it
  129.                is to find a 'perfect fit' (i.e. '0 bytes free').
  130.  
  131.                     If  you do  not  specify a  destination, OptiCopy  will
  132.                assume that you want  all the specified files copied  to the
  133.                current directory.   For example,  if you are  logged on  to
  134.                drive A, the  following command  will copy all  ZIP and  ARC
  135.                files from C:\TMP to drive A:
  136.  
  137.                     OPTICOPY C:\TMP\*.ZIP C:\TMP\*.ARC
  138.  
  139.                NOTE:  OptiCopy is  very good at determing whether  the last
  140.                     filespec is a destination or source filespec!
  141.  
  142.                Do I have to copy files to a floppy disk?
  143.  
  144.                     No!  You can copy to a hard drive if you like.
  145.  
  146.  
  147.           How much does OptiCopy cost?
  148.  
  149.                OptiCopy is  free!  If  you like  OptiCopy, you can  use it!
  150.                Don't send any money!  (If you really feel guilty, go ahead,
  151.                send money. <grin>)
  152.  
  153.  
  154.  
  155.                                        OPTIMOVE
  156.  
  157.                OptiMove is also included in  this package.  OptiMove  works
  158.           exactly  like  OptiCopy except  that  it deletes  files  from the
  159.           source  drive and directory after  they have been  copied.  (i.e.
  160.           the files are moved).
  161.