Has anyone written anything into their bash profile or whatever that goes through each windows environment variable currently extant, and resets them via CYGPATH
e.g. Before, @ start of .bashrc ETC=C:\WINDOWS\ETC After run of .bashrc ETC=`$(cygpath -u '$ETC')`; EXPORT ETC (--> /cygpath/c/windows/etc) Or something like that. So, by the time you hit your cygwin prompt all your environment variables are already cleaned up. Gary Furash | furashg...@gmail.com | 520-907-2470 -- 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