| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| X-Apparently-From: | <earnie?boyd AT yahoo DOT com> |
| Message-ID: | <3ACB63E9.5D9275DF@yahoo.com> |
| Date: | Wed, 04 Apr 2001 13:11:53 -0500 |
| From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| Reply-To: | Earnie Boyd <cygwin AT cygwin DOT com> |
| X-Mailer: | Mozilla 4.76 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | Glen Coakley <gcoakley AT mqsoftware DOT com> |
| CC: | Cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: How to (dynamically) control Unix/Dos PATH-like variable translation |
| References: | <E1B42CFD544FD31193EE0000E87C5CE799B4B9 AT mailserver2 DOT mqsoftware DOT com> |
Glen Coakley wrote: > > > From: Earnie Boyd [mailto:earnie_boyd AT yahoo DOT com] > > > > Christopher Faylor wrote: > > > > > > Also, most Cygwin programs should be able to deal just fine > > with Windows > > > style paths. So, just use those. > > > > > > > Just want to emphasize this point. I think it was missed. > > > > Earnie. > -8<- > > Other users will have to try their OS to find out where else this works. > but, I just tried using POSIX paths on my Win2000 box and they work just > fine in cygwin or the Command Prompt. My cygwin root is d:\cygwin. I can > reference this from a Win2000 command prompt window or a Cygwin bash shell > as either //d/cygwin or /d/cygwin. > As we've stated before DON'T USE //d/ to refer to disk drives, it is deprecated and will be going away. You should be able to use /cygdrive/d/cygwin or d:/cygwin or if you modify the cygdrive-prefix to / you can also use /d/cygwin. A word of caution about the use of d:/cygwin: The default processing mode is text. I.E. Line endings are \r\n not \n regardless of all other mount settings. Earnie. P.S.: Order changed to allow for conversational flow. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |