Re: Creating ZIP files with Tcl ?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Creating ZIP files with Tcl ?

From: alf <amnon.friling@citicorp.com>
Date: Tue Dec 13 2005 - 04:18:54 CET

Leopold Gerlinger wrote:
> Hi all,
>
> I'd like to create a ZIP file containing a bunch of text / binary files
> (log-files from our server) automatically for backup reasons. I've tried to
> use vfs::zip but it seems to work in read mode only. Next I tried to use
> Michels mkZiplib but this crashes as i try to close my ZIP file in the end
> (using the code from the examples on the WEBsite). I'm running WinXP with
> ActiveTcl 8.4.11. Does anyone have a clue how to continue?
>
> Regards - Leo

I was in a similar situation. I did a google serach for "gzip DOS" and
eventually found a file whose time stamp is 12/23/1997 size 90KB. It
works well with [exec] and uses the familiar flags.
Received on Fri Dec 23 18:59:24 2005