home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ZIPART11.ZIP / ZIPART.DOC next >
Encoding:
Text File  |  1990-09-14  |  2.8 KB  |  73 lines

  1.  
  2.                                  ZIPART v1.1
  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.       History
  49.       -------
  50.       v1.1 - added progress messages as ZIPART does its thing
  51.              verifies PKZIP can be located on the DOS path
  52.              reduced size of ZIPART.EXE by more than half (!)
  53.  
  54.       v1.0 - original release
  55.  
  56.  
  57.       Registration
  58.       ------------
  59.            ZIPART has been released  as shareware.  This means  that the
  60.       version you have is fully  functional.  It also means that  if you
  61.       decide to use ZIPART you are obligated to pay a licensing fee.  It
  62.       is hoped that the  modesty of this fee  will allow persons to  not
  63.       think twice about it - if  you use ZIPART at all, it  is certainly
  64.       worth $5!
  65.  
  66.            Please send $5 to: Tom Gettys
  67.                               700 Snowberry Ct.
  68.                               Lafayette, CO 80026
  69.  
  70.            You are welcome  and invited to  contact me regarding  change
  71.       requests, comments, bug reports, etc. at the above address, or  to
  72.       leave me a message on the MicroManiac! BBS at (303) 673-9470.
  73.