Date: Fri, 10 Dec 93 10:32:12 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: ahall AT fmrco DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: What is the correct command? > As a new user the following instructions > confused me as there is no -o option in > the example? What is the j in the -dj? > Are all the flags the same with pkunzip? -o means overwrite. Most (all?) of the ZIP files include copies of README, COPYING.DJ, etc and if you don't specify -o, you'll get duplicate file messages. -dj is not an option, it's part of the file name (unzip-dj.exe). If you have PKUNZIP 2.04g installed, you can use it to do the djgpp installation. Commands would be pkunzip -d Or, if you put all the ZIP files in the current directory pkunzip -d * c:\djgpp will extract everything with one command. The -d flag means use the directory information in the zip file.