Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: kurtz <ivalladolidt@terra.es>
Subject: Re: [INFO] Adding "Cygwin here" to Windows Explorer
Date: Mon, 20 Sep 2004 15:39:38 +0200
Lines: 14
Message-ID: <cimmio$ne$1@sea.gmane.org>
References: <20040914170613.40672.qmail@web61307.mail.yahoo.com> <v189njr02xk3.dlg@thorstenkampe.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 234.red-80-24-49.pooles.rima-tde.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.7.2) Gecko/20040803
In-Reply-To: <v189njr02xk3.dlg@thorstenkampe.de>
X-IsSubscribed: yes

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/

