home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 231.img / ZSIZE12.ZIP / ZSIZE12.DOC next >
Text File  |  1990-06-14  |  4KB  |  73 lines

  1. Zipsize 1.2 (tm) ZIP File Size Manager
  2. Copyright (C) 1990 by Kerry B. Rogers. All rights reserved.
  3. If you use this program and find worth, please consider donating $10 to:
  4.  
  5.          Kerry B. Rogers
  6.          c/o Joan M. Ray
  7.          5960 Maxham Rd.
  8.          Austell, Ga. 30001
  9.  
  10. Purpose: ZIPSIZE will take any ZIP file and break it into smaller ZIPs
  11.          no larger than the maximum size you specify. It is extremely
  12.          accurate and saves on time required to split-up and move large
  13.          ZIPs to floppy. The speed of ZIPSIZE is utterly uncanny! The main
  14.          reason for this is that most of the work has been done before
  15.          ZIPSIZE even starts working. By this I mean, you must already
  16.          have a ZIP (ZipFileName) created for ZIPSIZE to work with and
  17.          because of this, the time-consuming compression of each file in
  18.          the ZIP has already been accomplished. ZIPSIZE simply reads the
  19.          original ZIP (ZipFileName), gathers the information it needs to
  20.          determine how many smaller ZIPs it needs and what goes where,
  21.          COPIES the ZIP (ZipFileName), uses PKZIP to delete whatever files
  22.          it needs to meet each of the new ZIPs criteria, and voila! FAST!
  23.          (as Phil Katz puts it...).
  24.  
  25. Syntax: ZIPSIZE <ZipFileName> <MaxSizeWanted> [KEEP]
  26.         "ZipFileName" is the ZIP file to extract from. Mandatory.
  27.         MaxSizeWanted is the maximum size you want the ZIPs to be. Mandatory.
  28.         KEEP indicates "DO NOT" delete "ZipFileName". The default is "DO".
  29.  
  30. Examples: zipsize numbers.zip 12000 keep
  31.           zipsize larry3.zip 360000
  32.           zipsize ryan 1200 KEEP
  33.           ZIPSIZE STEALTH.ZIP 34812 keep
  34.           zipsize C:\UTIL\ALLSTUFF.ZIP keep
  35.           ZIPSIZE d:\arkives\bbs\original\grady 361000
  36.  
  37. Optional: You don't have to add ".ZIP" to the "ZipFileName".
  38.           Pathnames are allowed.
  39.           MaxSizeWanted MUST be in the range of 489 to 16,777,215 (but you
  40.           will still need to chop that down to leave room for the control
  41.           data area...heh).
  42.           
  43. Required: "ZipFileName" will ALWAYS be broken into smaller ZIPs using the
  44.           SAME NAME with an alphabetical letter attached to the end;
  45.           therefore, ensure the "ZipFileName" (path excluded) DOES NOT
  46.           exceed 7 letters. (e.g. SOLO.ZIP creates SOLOA.ZIP, SOLOB.ZIP,
  47.           SOLOC.ZIP, etc. and DOWNLING.ZIP would come out DOWNLINGA.ZIP
  48.           which, if you noticed, is a nine letter filename. Only eight
  49.           letter filenames are allowed by DOS so plan accordingly. You
  50.           may have to change the name of your "ZipFileName" to ensure it
  51.           is only seven letters (max) long. Again, this doesn't apply to
  52.           the path that you may have preceding the "ZipFileName".
  53.  
  54. Tips: Use a ramdrive whenever possible. (Heed 3rd warning below!)
  55.       Setup PKZIP.CFG in accordance with the documentation that came with
  56.       PKZIP/PKUNZIP. It eases things tremendously.
  57.       Use ZIPSIZE to chop and pack a large ZIP into 360K segments for moving
  58.       to floppy.
  59.       Rename ZSIZE12.EXE to ZS.EXE for ease of typing at DOS prompt.
  60.  
  61. Warnings: Not using "KEEP" will end up DELETING your original "ZipFileName".
  62.           Once ZIPSIZE starts, it won't stop until done (except for reboot).
  63.           "ZipFileName" (as mentioned before) MUST BE 7 letters MAX!
  64.           There MUST be at least twice the free disk space that ZipFileName
  65.           takes up (not including the actual space taken up by ZipFileName)
  66.           (e.g. if ZipFileName=1000 bytes you need 3000 bytes of free space).
  67.  
  68. Disclaimer: I give no warrantee with this program. Use it at your own risk.
  69.             It works for me!
  70.  
  71. Upgrades and enhancements: Depends on donations and suggestions supplied
  72.                            to the above address. None planned as of yet.
  73.