Re: [INFO] Adding 'cygwin here' to Windows Explorer

2004-09-28 Thread John Morrison
But, regardless, I don't see any reason to debate this. I would like a package and would appreciate it if someone would provide one. If changes are required to support this functionality in /etc/profile (or any of the other startup scripts) just let me know. J. -- Unsubscribe info:

RE: [INFO] Adding cygwin here to Windows Explorer

2004-09-28 Thread Gary R. Van Sickle
On Mon, Sep 27, 2004 at 10:02:28PM -0400, Jean-Sebastien Trottier wrote: Hi guys, Just to add my 2 dimes, here's what I use: You're quoting my email. Are you volunteering to provide a package? If so, the list to send your package information to is cygwin-apps. People there can

Re: [INFO] Adding cygwin here to Windows Explorer

2004-09-27 Thread Jean-Sebastien Trottier
Hi guys, Just to add my 2 dimes, here's what I use: Registry: [HKEY_CLASSES_ROOT\Folder\shell\cygshell] @=Cygwin Shell Here [HKEY_CLASSES_ROOT\Folder\shell\cygshell\command] @=c:\\cygwin\\usr\\x11r6\\bin\\run.exe /usr/bin/sh.exe /usr/local/bin/cygwin-shell-here \%l\ Add content

Re: [INFO] Adding cygwin here to Windows Explorer

2004-09-27 Thread Christopher Faylor
On Mon, Sep 27, 2004 at 10:02:28PM -0400, Jean-Sebastien Trottier wrote: Hi guys, Just to add my 2 dimes, here's what I use: You're quoting my email. Are you volunteering to provide a package? If so, the list to send your package information to is cygwin-apps. People there can help you pull

Re: [INFO] Adding Cygwin here to Windows Explorer

2004-09-25 Thread Reini Urban
Henry S. Thompson schrieb: 1) In the registry entry: C:\cygwin\bin\rxvt.exe -fn 'Lucida Console-11' -geometry 80x48 -sl 300 -cr '#8b4513' -bg '#f0' -e /usr/bin/bash -c XXX=\%1\ bash --login -i 2) In my .bash_profile if [[ x$XXX != x ]] then cd $XXX unset XXX fi This is a

Re: [INFO] Adding cygwin here to Windows Explorer

2004-09-25 Thread Christopher Faylor
Is there any chance that this could be rolled into a package so that we don't have to rehash it every few weeks. This discussion really is getting rather old. If it is something that people just have to have, then can someone roll it into a package and get it into the distribution? cgf --

Re: [INFO] Adding cygwin here to Windows Explorer

2004-09-25 Thread Reini Urban
Christopher Faylor schrieb: Is there any chance that this could be rolled into a package so that we don't have to rehash it every few weeks. This discussion really is getting rather old. If it is something that people just have to have, then can someone roll it into a package and get it into the

Re: [INFO] Adding Cygwin here to Windows Explorer

2004-09-24 Thread Henry S. Thompson
kurtz ivalladolidt at terra.es writes: 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

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 has

Re: [INFO] Adding Cygwin here to Windows Explorer

2004-09-18 Thread Thorsten Kampe
* Tero Niemela (2004-09-14 19:06 +0200) some of you may find this useful. I did the following, works perfectly for me: Last line of ~/.zlogin is: [[ $OSTYPE = *cygwin* $ARGC -eq 1 ]] cd $@ And this registry settings was added to Windows registry: Windows Registry Editor Version

[INFO] Adding Cygwin here to Windows Explorer

2004-09-14 Thread Tero Niemela
Hi, some of you may find this useful. I did the following, works perfectly for me: Last line of ~/.zlogin is: [[ $OSTYPE = *cygwin* $ARGC -eq 1 ]] cd $@ And this registry settings was added to Windows registry: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\command]