This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: allow executing a path in backslash notation


Thomas, you are right, it is rather an issue with bash:
when does not see a slash in the command name, it starts path
searching, and of course finds nothing.
Looks like a bug.

$ "$WINDIR\system32\cmd.exe" /c echo ok
bash: C:\WINDOWS\system32\cmd.exe: command not found

$ "$WINDIR/system32\cmd.exe" /c echo ok
ok

--
Ilya

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]