In cygwin 1.7.1, when I use "bash promt here" at a directory which's name contains unicode charactor, there's wrong. But it's right under cygwin 1.5.x.
Below is my example. C:\Users\andy>C:\cygwin\bin\bash -c "/bin/xhere /bin/bash.exe 'd:\我的工作'" cygwin warning: MS-DOS style path detected: /bin/xhere /bin/bash.exe 'd:\������宸ヤ��' Preferred POSIX equivalent is: /bin/xhere /bin/bash.exe 'd:/������宸ヤ��' CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames /usr/bin/bash: /bin/xhere /bin/bash.exe 'd:\我的工作': No such file or directory It's right when I use : C:\cygwin\bin\bash -c "/bin/xhere /bin/bash.exe 'd:\home'" So, I think it's a problem. But I don't know how to resolve the problem. I also can't find andy information at the mail list. Does anyone know? Thanks. -- 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