Re: MSYS - why does sending relative posix paths to some windows applications fail?
Greg Chicares <[email protected]> Wed, 17 Aug 2011 09:48:45 +0000
| Newsgroups | gmane.comp.gnu.mingw.msys |
|---|---|
| Message-ID | <[email protected]> |
[Replies redirected: http://www.mingw.org/lists.shtml | MinGW-msys: [...] This list is now deprecated; it is recommended that | all new queries be directed to the MinGW-users list ] On 2011-08-17 05:04Z, Alister Hood wrote: > > I was wondering if anyone could tell me why the first three of the > commands below all work if I run them in the msys shell, but if I run > the fourth explorer gives me the message "The path '../msys/test' does > not exist or is not a directory." > > $ notepad .\\msys.bat > $ notepad ./msys.bat > $ explorer .\\msys > $ explorer ./msys Try it in CMD.EXE: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Arktos>f: F:\>cd msys These all work: F:\msys\1.0>notepad .\\msys.bat F:\msys\1.0>notepad ./msys.bat F:\msys\1.0>explorer ..\..\msys But these fail: F:\msys\1.0>explorer ..\\..\\msys The path '..\\..\\msys' does not exist or is not a directory. F:\msys\1.0>explorer ../../msys The path '../../msys' does not exist or is not a directory. > I've always had trouble with the path handling in msys, and it seems to > come back to this. I presume it isn't a problem with my specific setup? It's reproducible without running the MSYS shell. Almost all msw programs recognize '/' as a path separator as well as '\'; it seems that 'explorer' does not (and doesn't like duplicated '\\' either). ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2