From: "Blaine Wheeler" <[EMAIL PROTECTED]>
> Pardon me for getting stuck. I have not been able get version 5.03
> to recognize the compressed logs yet.
>
> My logfile command is:
> UNCOMPRESS *.zip ("d:\progra~1\analog\unzip\unzip.exe -p")
> I also tried:
> UNCOMPRESS *.zip ("d:\progra~1\analog\unzip\unzip.exe" -p)
> and:
> UNCOMPRESS *.zip ("d:\program files\analog\unzip\unzip.exe -p")
> and
> UNCOMPRESS *.zip ("d:\program files\analog\unzip\unzip.exe" -p)
I'm not sure what your parentheses are for, I use
UNCOMPRESS *.zip "unzip -p"
and it seems to work fine.
I've got version unzip 5.42 from Info-Zip. It's on my path, but if I was
going to specify a full path, I'd be inclined to use a pathname without
spaces, eg "d:\progra~1\analog\unzip\unzip -p"
Aengus
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/[email protected]/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------