Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol & Zip

From: SunandaDH:aol at: 4-Aug-2003 1:31

Andrew:
> How does one use Rebol to create a .zip file? I'd like to zip together a > pile of files, then email them as an attachment. Like
As far as I know, no one has written REBOL code to create a standard zip file. One method, if you have Command or Pro and you have a registered copy of Winzip, is to use REBOL to execute WZZIP, the command-line version of WinZip. If you don't have WZZIP, you'll need a freebie equivalent: http://dmoz.org/Computers/Software/Freeware/Data_Compression/ Or take an afternoon off, and write REBZIP.r! Sunanda.