Martin wrote: > I have the following bash alias: > alias explr='explorer.exe `pwd | cygpath -w -f -`'
I'm not sure why that wouldn't work, but how about this instead: alias explr='cygstart "$(cygpath -w "$(pwd)")"' Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/