Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!usenet.ins.cwru.edu!eagle!data.nas.nasa.gov!amelia!roelofs From: roelofs@nas.nasa.gov (Cave Newt) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: Need UNZIP that can make directories Message-ID: <1991May12.001757.14709@nas.nasa.gov> Date: 12 May 91 00:17:57 GMT References: <1346@kosman.UUCP> Sender: news@nas.nasa.gov Reply-To: roelofs@amelia.nas.nasa.gov Organization: University of Chicago Lines: 16 In article <1346@kosman.UUCP> kevin@kosman.UUCP (Kevin O'Gorman) writes: >It's a .ZIP file, and my copy of UNZIP.EXE cannot make the directories >needed when the zip file specifies something like include/foo.h > >Anybody have a better UNZIP, or a better solution? Pick up a copy of unzip401.{arc|tar-z} at Simtel ([misc.unix], [misc.vaxvms], probably [msdos.zip], possibly elsewhere), or wait about two days for v4.1 to be released. MSDOS/Mac/Atari/VMS/OS2/etc executables will be made available at that time as well, and one of the MS-DOS versions will be posted to comp.binaries.ibm.pc shortly thereafter. Btw, DOS zipfiles as well as Unix ones store paths with '/' rather than '\'. Your problem is that unzip doesn't recreate the directory structure by default. You need to unzip with the "-d" option to do that.