Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!n8emr!bluemoon!bytehead From: bytehead@bluemoon.uucp (Bryan Price) Newsgroups: comp.os.msdos.apps Subject: Re: PKUNZIPping directory trees Message-ID: Date: 5 Mar 91 17:46:37 GMT References: <1991Mar03.171051.20116@ariel.unm.edu> Sender: bbs@bluemoon.uucp (BBS Login) Organization: Blue Moon BBS ((614) 868-9980/2/4) Lines: 16 ee5391aa@triton.unm.edu (Duke McMullan n5gax) writes: > PKZIP has an option for storing pathnames, but is there any way to get it > to store a directory, its contents and all subdirectories thereof in such > a way that PKUNZIP will restore that portion of the tree? You create the ZIP with the -p (or -P to keep all of the directory information) and the -r (recursive command). Unzipping is a little different. Use the -d command on PKUNZIP to create the subdirectories that will be in the ZIP file. Works like a charm for me. Bryan (bytehead@bluemoon)