home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / compress / 4127 < prev    next >
Encoding:
Text File  |  1992-12-11  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Floppy-sized Zipping (was: when Zip is a LOT better ...)
  5. Message-ID: <1992Dec11.185530.11564@rei.com>
  6. Date: Fri, 11 Dec 1992 18:55:30 GMT
  7. References: <712.814.uupcb@freddy.ersys.edmonton.ab.ca> <1992Dec4.033439.9038@midway.uchicago.edu> <ByuwI8.MA9@chinet.chi.il.us>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 24
  10.  
  11. les@chinet.chi.il.us (Leslie Mikesell) writes:
  12.  
  13. >I've done it with zoo and a horribly ugly shell script added one file
  14. >at a time making a backup copy before each addition so it could back
  15. >off and copy the biggest version that would still fit on a floppy, but
  16. >there's gotta be a better way.
  17.  
  18. There is.  For ZIP, there is a program called "ZIP Chunker" for MS-DOS
  19. which will take a large ZIP file and break it into floppy-sized chunks,
  20. where each chunk is still a full and complete ZIP file.
  21.  
  22. Note that it does not create the ZIP on the fly (as ARJ does), so it
  23. requires enough temporary space to hold the entire ZIP file, but it does
  24. work, and quite well.
  25.  
  26. I heard that there was supposed to be an upgraded version of this
  27. program which would apply the concept to any archive (ZIP, ZOO, ARJ,
  28. etc.), but I have not been able to locate any such program.
  29.  
  30. -- 
  31. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  32. #define  TRUE   0  |
  33. #define  FALSE  1  |  "You have been recruited by the Star League to defend
  34. #endif             |     the Frontier against Xur and the Kodan Armada."
  35.