Jessica Vellela wrote:
> Hi-
>
> I have a config file that includes the following commands:
>
> UNCOMPRESS *.gz, *.z "c:\program files\winzip\winzip32.exe -cd" (I also
> tried "c:\program files\gzip\gzip -cd")
> LOGFILE *.gz
Does your WinZip32 support these command line paramters? I've got version 7
and there's a completely separate app for command line interfaces available
from http://www.winzip.com/wzcline.cgi. With that you can specify command
line option -c (just like gzip).
You need to make sure that your zip files only contain one file. Gzip does
not support archiving (that is, storing more than one file in a compressed
file) so Analog expects only one logfile to come out of each zip file. The
name shouldn't matter, as it is decompressing to STDOUT (to the screen is how
WinZip words this) which then goes back into Analog.
Alternatively, if you need gzip you can get a win32 version from cygnus at
http://www.cygnus.com/ (look for gcc tools or something like that).
HTH
--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------