Thorsten Kampe escribi�:
[HKEY_CLASSES_ROOT\Folder\shell\command\command] @="C:\\cygwin\\bin\\rxvt.exe -e /bin/zsh --login -i -s \"%1\""
and...
if [[ $OSTYPE = cygwin && $ARGC = 1 ]]; then cd $@; fi
I set bash instead of zsh, and try to use $# instead of $ARGC, in my .bashrc. There, $# always has the value 0. Any ideas?
Cordially, Ismael
-- 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/