delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <20040914170613.40672.qmail@web61307.mail.yahoo.com> |
Date: | Tue, 14 Sep 2004 10:06:13 -0700 (PDT) |
From: | Tero Niemela <tero_niemela AT yahoo DOT com> |
Subject: | [INFO] Adding "Cygwin here" to Windows Explorer |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
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] @="Cygwin Here" [HKEY_CLASSES_ROOT\Folder\shell\command\command] @="\"C:\\cygwin\\bin\\zsh.exe\" -l -s \"%1\"" With these, when I right-click a folder on Windows Explorer, one available option is "Cygwin Here" that start Cygwin+zsh and then cd to the right-clicked directory. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |