Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: Richard Campbell To: cygwin AT cygwin DOT com Subject: RE: unzip - known problem? Date: Thu, 24 Apr 2003 15:38:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" >Works for me (tm). You got lucky (well, you used a better version of zip, or at least didn't spec the order as clearly): bash-2.05b$ ls -R .: cat cat.exe ./cat: mouse.exe bash-2.05b$ zip -r test cat.exe cat adding: cat.exe (deflated 55%) adding: cat/ (stored 0%) adding: cat/mouse.exe (deflated 55%) bash-2.05b$ rm -rf cat.exe cat bash-2.05b$ unzip test.zip Archive: test.zip inflating: cat.exe checkdir error: cat exists but is not directory unable to process cat/. checkdir error: cat exists but is not directory unable to process cat/mouse.exe. bash-2.05b$ -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/