Re: Setting $HOME for Windows

2004-12-29 Thread kurtz
Dave Korn wrote: The issue is that on a Unix system, you set your home dir by editing /etc/passwd. Leave the windoze environment alone. I've set for a long time both the HOME windows environment, so other win32 native GNU applications are aware of it, and the /etc/password entry to the same va

Re: script: unknown command

2005-01-10 Thread kurtz
THUFIR HAWAT wrote: how is "script" enabled, pls? There is a script package as part of [1]this project. Just installed it and seems to work as expected. 1. http://cygwin-ports.sourceforge.net/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

Re: [INFO] Adding "Cygwin here" to Windows Explorer

2004-09-20 Thread kurtz
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