Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Reply-To: From: "Jan Schormann" To: Subject: RE: Bug in chere Date: Wed, 15 Jun 2005 15:08:08 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <20050614210544.50888.qmail@web53401.mail.yahoo.com> X-IsSubscribed: yes Hi Dave, > a) the appropriate registry key to modify, > b) an example of a program that adds something to this context menu > (the one with 'Customize this folder' on it), and a user to dig > around their registry to find out how it does it, in my context menu on folders, I have WinZip, WinRar, WinCvs, TortoiseSVN, WinAmp, Perforce, and WinMerge ... This is what WinAmp does and it looks rather simple: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\Winamp.Enqueue] @="&Enqueue in Winamp" [HKEY_CLASSES_ROOT\Directory\shell\Winamp.Enqueue\command] @="\"C:\\Program Files\\Winamp\\Winamp.exe\" /ADD \"%1\"" (Dumped using regedit.) And I don't know whether that's all, of course. HTH, Jan. -- 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/