In a message dated 1/30/02 10:51:23 AM Eastern Standard Time,
rigdonj_at_cfl.rr.com writes:
> .
>
> Well I've been trying to get either one to work for the last hour and I
> haven't had any luck. -$a: ties to create a .ZIP file by the name of -&sa:
> but that's illegal so it errors out. -rp, -rP, -Pr and -pr all do that
> same thing. It copies all the files including those in the subdirectories
> but when you use PKUNZIP all the files are placed in one directory
> therefore losing the directory structure and overwritng any files that have
> same names but that came from different subdirectories. I've tried this
> with MS DOS PKZIP verion 2.04g and with Winzip but I got the same results
> with both.
>
> Any ideas about what's wrong?
>
>
You are doing fine... From DOS you can do a:
pkzip -rp zipname
to recoursively zip all your files and then unzip them into their correct
directory structure by doing a:
pkunzip -d zipname
Just tried it an it works great and even keeps empty directories for ya. I
am using pkzip/unzip for DOS version 2.04g...
-Linc.
In The Beginning there was nothing, which exploded - Yeah right...
Calculating in binary code is as easy as 01,10,11.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.classiccmp.org/pipermail/cctalk/attachments/20020130/e9845616/attachment.html
Received on Wed Jan 30 2002 - 10:17:36 GMT