X-Spam-Check-By: sourceware.org Date: Tue, 29 May 2007 10:53:03 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: problem with drive letters when running from DOS box Message-ID: <20070529085303.GA24606@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4658FFCF DOT 2030401 AT pacific DOT net DOT sg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4658FFCF.2030401@pacific.net.sg> User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On May 27 07:49, Erich Dollansky wrote: > Hi, > > I noticed a strange problem. I tried to run 'cmp' from a DOS box but it > could not find the file. > > cmp d:\Data\file1 e:file2 Actually we don't expect this to work. The DOS notion of a drive relative working directory isn't supported by Cygwin. You should rather use POSIX paths anyway (cmp /cygdrive/d/Data/file1 /cygdrive/e/file2). Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/