Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Fri, 14 May 1999 17:10:06 +0530 (IST) From: "Raju K. V." X-Sender: rajukv AT tagore To: cygwin AT sourceware DOT cygnus DOT com Subject: running bash as an right click option for directories Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII hi all, please read the foll. registry trick To create a new right-click option to open a command prompt window at the directory you are currently working from. Open your registry and find the key below. Create a new sub key called 'CommandPrompt' as in [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]. Change the value of '(default)' within the key to equal the text you would like on the right-click menu, for example 'Command Prompt Here'. Create another new sub-key under the key created above, name this subkey 'command' as in: [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\command]. Change the value of '(default)' within this key to: command.com /k cd "%1" Now my question is I want to do the same with bash. Can somebody tell me what command line I should give to perform th eabove operation with bash? Thanks in advance, Raju -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com