- Aug
- 2,267
- 108
Hi,
Just used the ZIP command to create the mytext.zip file, using;
One of the .txt files, jlc.txt, was a compound document file, consisting of the jlc.txt file, and the sol2.exe file.
When I did an;
it returned the following;
Note the -18% compression on the jlc.txt file.
When I extracted the jlc.txt file, using;
all I got back was the jlc.txt file. The sol2.exe file is no longer there.
Thus, am I correct that ZIP and UNZIP do not support compound document files?
Thanks from Joe
TCC 11.00.21 Windows XP [Version 5.1.2600]
TCC Build 21 Windows XP Build 2600 Service Pack 3
Just used the ZIP command to create the mytext.zip file, using;
Code:
ZIP mytext.zip *.txt
When I did an;
Code:
UNZIP /v mytext.zip
Code:
2009-09-02 06:55 30 14% history.txt
2009-07-18 09:35 11 -18% jlc.txt
2009-08-06 21:38 102 25% jlc_powershell.txt
2009-08-02 08:42 458 44% mailto.txt
2009-06-03 09:50 80 10% nocopy.txt
2003-00-02 17:04 1,152 49% readme.txt
2009-06-25 20:58 279 65% recentdocs.txt
2009-07-18 08:07 102 2% sb.txt
2004-04-10 13:50 840 50% TuFix.txt
When I extracted the jlc.txt file, using;
Code:
unzip mytext.zip jlc.txt
Thus, am I correct that ZIP and UNZIP do not support compound document files?
Thanks from Joe
TCC 11.00.21 Windows XP [Version 5.1.2600]
TCC Build 21 Windows XP Build 2600 Service Pack 3