home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / BUERG / ZIPART10.ZIP / ZIPART.DOC next >
Encoding:
Text File  |  1990-09-12  |  2.5 KB  |  64 lines

  1.  
  2.                                    ZIPART
  3.                              Copyright (c) 1990
  4.                                 Thomas Gettys
  5.  
  6.  
  7.       What ZIPART does
  8.       ----------------
  9.            ZIPART breaks a file  compressed with PKZIP into  a specified
  10.       number of ZIP files of approximately equal size (as determined  by
  11.       the compressed file sizes).
  12.  
  13.  
  14.       Invocation of ZIPART
  15.       --------------------
  16.       ZIPART [drive][path]FILENAME[.EXT] [PARTS]
  17.  
  18.            FILENAME is the  name of the  source ZIP file.   PARTS is the
  19.       desired number of parts to split FILENAME into.
  20.  
  21.            The default  extension of  FILENAME is  ZIP, and  the default
  22.       value of PARTS is 2. FILENAME must be no longer than 7 characters,
  23.       and PARTS must be in the range 1 - 26.
  24.  
  25.            The ZIP  files created  by ZIPART  have the  same name as the
  26.       source file, followed by sequential letters, beginning with A. The
  27.       parts are placed  in the current  directory (not the  directory in
  28.       which FILENAME resides).  FILENAME is not deleted by ZIPART.
  29.  
  30.            The  ZIP  files  created  by  ZIPART  will each have the same
  31.       banner as FILENAME, and any file comments will be retained.
  32.  
  33.  
  34.       Usage Notes
  35.       -----------
  36.            PKZIP must be  accessible by DOS  (i.e. on the  current PATH)
  37.       when ZIPART is invoked.
  38.  
  39.            There must be at least 3x(sizeof FILENAME) free disk space on
  40.       the drive that the parts  will be created (PKZIP requires  2x, and
  41.       the parts created  will total to  the size of  the original source
  42.       file).
  43.  
  44.            If an error  condition is detected  a descriptive message  is
  45.       generated and ZIPART terminates with a none-zero errorlevel.
  46.  
  47.  
  48.       Registration
  49.       ------------
  50.            ZIPART has been released  as shareware.  This means  that the
  51.       version you have is fully  functional.  It also means that  if you
  52.       decide to use ZIPART you are obligated to pay a licensing fee.  It
  53.       is hoped that the  modesty of this fee  will allow persons to  not
  54.       think twice about it - if  you use ZIPART at all, it  is certainly
  55.       worth $5!
  56.  
  57.            Please send $5 to: Tom Gettys
  58.                               700 Snowberry Ct.
  59.                               Lafayette, CO 80026
  60.  
  61.            You are welcome  and invited to  contact me regarding  change
  62.       requests, comments, bug reports, etc. at the above address, or  to
  63.       leave me a message on the MicroManiac! BBS at (303) 673-9470.
  64.