POV-Ray : Newsgroups : povray.windows : [OT] REQ: command-line ZIP utility Server Time
1 Jul 2024 01:33:09 EDT (-0400)
  [OT] REQ: command-line ZIP utility (Message 4 to 13 of 13)  
<<< Previous 3 Messages Goto Initial 10 Messages
From: ABX
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 08:01:59
Message: <btv3dv0pcah8tjolcct6t0fbb82d1ua1ga@4ax.com>
On Mon, 26 May 2003 14:46:52 +0300, Peter Popov <pet### [at] vipbg> wrote:
> >I use set of infozips calls in MegaPOV tool chain for my own archiving purposes.
>
> Wouldn't that be kinda slow?

Depends on system, drive, memory :-)

> I mean, if I have to archive 20 files 5MB

I just tested and following command works fine:

  infozip.exe arch.zip c:\winnt\NOTEPAD.EXE c:\Borland\Bcc55\Bin\bcc32.exe

so is your list so long that you can't zip it from commandline ? 20 files could
probably fit.

ABX


Post a reply to this message

From: SÅ‚awomir Szczyrba
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 08:48:18
Message: <slrnbd425s.ctj.steev@hot.pl>
Peter Popov donosi :
> Hi folks,
> 
> I'm in the search of a command-line ZIP utility that fulfills the
> following requirements:
> 
[...]

< http://www.7-zip.org/ >

?


-- 
  ________ 

 \__ \__ \_______________________________________________________________


Post a reply to this message

From: Peter Popov
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 09:44:40
Message: <9f64dvo630v7v02g8fr8iri7lnkj316bkj@4ax.com>
On Mon, 26 May 2003 12:29:48 +0000 (UTC), S?awomir Szczyrba
<ste### [at] hotpl> wrote:

>< http://www.7-zip.org/ >

Slawomir, I already tried 7-zip and unfortunately it can't handle long
file names with spaces in the name/path, and it also proved quite
unstable when archiving large files (100-200 MB). 10x anyway :)


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: Philippe Debar
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 11:23:38
Message: <3ed2317a$1@news.povray.org>
Mmmh... Filzip ?
http://www.filzip.com/

Seems to fit the bill, although I did not test command-line.

Peter Popov wrote:
> Hi folks,
> 
> I'm in the search of a command-line ZIP utility that fulfills the
> following requirements:
> 
> a) It runs from the command-line under Win9x/ME/2000/XP
> b) It ZIPs :) (WinRAR can't zip from the command line)
> c) It has no problem with long file names (like PKZIP does)
> d) It can take the list of files to archive from a text file (InfoZIP
> cannot do that)
> e) The license does not prohibit commercial usage or does so at a
> registration fee which can be paid online or via bank transfer (I need
> it fast, money order or check is not an option)
> 
> Any help would be appreciated.
> 
> 
> Peter Popov ICQ : 15002700
> Personal e-mail : pet### [at] vipbg
> TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: Christoph Hormann
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 12:02:18
Message: <3ED23A89.EC74E087@gmx.de>
Peter Popov wrote:
> 
> [...]
> d) It can take the list of files to archive from a text file (InfoZIP
> cannot do that)

With option '-@' Info-ZIP zip can read a list of file names from stdin.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 28 Feb. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Philippe Debar
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 12:41:51
Message: <3ed243cf@news.povray.org>
Philippe Debar wrote:
> Mmmh... Filzip ?
> http://www.filzip.com/
> 
> Seems to fit the bill, although I did not test command-line.

Just checked Filzip's doc : there is a switch for loading a filelist

 From the doc :
> If you want to add a big number of files to an archive, write them into
> a textfile, one in each line, use the -s switch and run with this file
> as parameter. Example:
> 
> filzip.exe -a -rps test.zip param.txt


Don't be fooled by the homepage that seems to be dead since mid 2002 (no 
news), I just checked and all the stuff is happening in the forums. v2.1 
will be skipped and v3 is in private beta.


Philippe


Post a reply to this message

From: Tom Galvin
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 26 May 2003 13:05:34
Message: <Xns9387852146E31tomatimporg@204.213.191.226>
Peter Popov <pet### [at] vipbg> wrote in news:3pt3dvgo6f1frsg0a5fj6qq3fgjopo3sm9
@4ax.com:

> Hi folks,
> 
> I'm in the search of a command-line ZIP utility that fulfills the
> following requirements:
> 
> 
> 

You could always roll your own:

perl
Archive::Zip
perl2exe


Post a reply to this message

From: Andrew Wilcox
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 27 May 2003 14:27:06
Message: <3ed3adfa@news.povray.org>
Have you ever looked at Ant (http://ant.apache.org/).  It has a zip task that will do
everything you require, plus it could probably
handle the rest of the scripts you are creating.  I use it for all my build needs.

Andrew Wilcox


Post a reply to this message

From: SÅ‚awomir Szczyrba
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 28 May 2003 01:29:56
Message: <slrnbd7raq.ui.steev@hot.pl>
BOFH excuse 156: Zombie processes haunting Peter Popov :
> 
> Slawomir, I already tried 7-zip and unfortunately it can't handle long
> file names with spaces in the name/path, and it also proved quite
> unstable when archiving large files (100-200 MB). 10x anyway :)
> 
I think, you need a 'linux' zip compiled with djgpp or similair...
I heard, it can read filenames from a file.
Myself, I use the same zip, but compiled with MSVC. Works well :)
It can read names from stdin, so You can do :
 type files.txt | zip -@ archive.zip
(I hope, never did it :)

You can also look at < ftp://garbo.uwasa.fi > and/or SimtelNet archives...

> Peter Popov ICQ : 15002700

Slawek
-- 


 \__ \__ \_______________________________________________________________


Post a reply to this message

From: rmorehouse
Subject: Re: [OT] REQ: command-line ZIP utility
Date: 30 May 2003 16:35:01
Message: <web.3ed7bfb3101a839186aded30@news.povray.org>
i found a commandline interface to winzip 8.0 here
http://www.winzip.com/wzcline.htm

Richard


Post a reply to this message

<<< Previous 3 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.