X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=hqiK7CJVcJjmmBCHu6ypseTmzGB/bZ5j8dOYNZiuR3y hwh/F2rQdcFQ1wHJduN7PHNCScq4lKE8Y4yb589g+RlCtXmFEPmB52OnVs8Ad/nf yJ0F7iSrndP5mdq4SDRsOz3QO9R0chrew9tOG9FoZHOdBwlQpR5/W17PeSLtFC+4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=H6jhAiXzYsy5cy2mPcy5FDeJ8/0=; b=QQEfsmJb5iGBj0v7H qsE3gP2DsrLoNNuSA33ZuvDQtgnpNFgfsETi4ZeLIrUPYWWSBJEVmEgHKrXfy4p/ iAJPIYW8mK4tAT7oI3Vczhv6RoelgiH2ndaSmaWk/HjCPU4a0dSSkFxEWofAxaQC IGfpImi810M4nXhjc8D+xLfUPs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.6 required=5.0 tests=AWL,BAYES_50,DNS_FROM_AHBL_RHSBL,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail3.ks.pochta.ru Date: Tue, 7 Jan 2014 23:05:50 +0400 From: Mikhail Usenko To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: chere-1.3-1 (x86 and x86_64) Message-Id: <20140107230550.bf44586dd96d6fee297e6f7b@nm.ru> In-Reply-To: References: <52B05AAF DOT 4080107 AT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RSpam-Score: 30 X-RSpam-Report: This message is unlikely spam. X-IsSubscribed: yes On Tue, 17 Dec 2013 06:11:49 -0800 Dave Kilroy <...> wrote: > Version 1.3-1 of "chere" has been uploaded and should be available from > mirrors shortly. > > Changes: > * Add background context menus on Windows 7 and later > * Support 64 bit cygwin > > Fixes: > * Change to appropriate drive when shell is cmd > * Quote path for cmd correctly > * Uninstall correctly when cygwin not in path Hello, Dave I am using these registry entries with command one-liners to launch bash and mintty from the Windows 8 explorer context menus. They works fine with directory names containing apostrophes (e.g. "C:\t'e s t\"). Take a look on it if this can be adapted for the first method (-1) of chere to address the problem with the apostrophes for it. -- Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\background\shell\CYGWIN64-MINTTY-BASH] @="Cygwin &Bash prompt here" [HKEY_CLASSES_ROOT\Directory\background\shell\CYGWIN64-MINTTY-BASH\command] @="\"C:\\Cygwin64\\0\\bin\\mintty.exe\" -e /bin/bash.exe -l -c \"cd \\\"$(/bin/cygpath.exe \\\"%V\\\")\\\"; exec /bin/bash.exe\"" [HKEY_CLASSES_ROOT\Folder\shell\CYGWIN64-MINTTY-BASH] @="Cygwin &Bash prompt here" [HKEY_CLASSES_ROOT\Folder\shell\CYGWIN64-MINTTY-BASH\command] @="\"C:\\Cygwin64\\0\\bin\\mintty.exe\" -e /bin/bash.exe -l -c \"cd \\\"$(/bin/cygpath.exe \\\"%L\\\")\\\"; exec /bin/bash.exe\"" -- -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple