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: <200204101239.g3ACdac05252@star.vcsd.net> X-Authentication-Warning: star.vcsd.net: mail owned process doing -bs Content-Type: text/plain; charset="iso-8859-1" From: Dwight Schauer Reply-To: das AT teegra DOT net To: Subject: Re: getting dos path from cygwin Date: Wed, 10 Apr 2002 07:41:57 -0500 References: <200204101226 DOT g3ACQAe05183 AT star DOT vcsd DOT net> In-Reply-To: <200204101226.g3ACQAe05183@star.vcsd.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Use cygpath. cygpath --help in your case: some_dos_command  $(cygpath -w path_to_cygwin_file) or some_dos_command  $(cygpath -wa path_to_cygwin_file)   The "a" option is to return the absolute path, and not the relative one. On Wednesday 10 April 2002 07:25, you wrote: > Greetings, > I am trying to call link.exe on a lib, but it is in my cygwin path and i > cannot seem to find a good way to translate my cygwin path into a dos path > so ms's silly tools can understand it. > > any hints? > > thanks > -ian reinhart geiser > -- > Ian Geiser > http://geiseri.myip.org:8080/~geiseri/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/