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 th

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-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-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 co

Re: Adding "cygwin here" to Windows Explorer

2004-09-26 Thread Thorsten Kampe
* Gerrit P. Haase (2004-09-25 21:29 +0200) > Am Samstag, 25. September 2004 um 21:03 schriebst du: >> 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 ol

Re: Adding "cygwin here" to Windows Explorer

2004-09-25 Thread Gerrit P. Haase
Hallo Reini, Am Samstag, 25. September 2004 um 21:03 schriebst du: > 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

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-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 -- Unsub

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 Thi

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

2004-09-24 Thread Henry S. Thompson
kurtz 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 of $ARG

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

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

[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\com