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 Message-ID: <000a01be9e03$b42cd4c0$0300a8c0@phlegma> From: "Jan-Friedrich Mutter" To: "Raju K. V." Cc: Subject: Re: running bash as an right click option for directories Date: Fri, 14 May 1999 14:17:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 My current Setting is: HKEY_CLASSES_ROOT\Directory\shell\Xterm here\ HKEY_CLASSES_ROOT\Directory\shell\Xterm here\command (Standard) = perl C:\MyPath\xterm.pl "%1" xterm.pl invokes the xterm (run rxvt.exe -e bash) within a bash (should I paste my Perl Script in here?). Problem is that %1 contains only the short pathnames, i.e. "C:\Progra~1". This makes the prompt ugly. Maybe your '/k' hint could be the solution. I have to check this. -Jan. Jan-Friedrich Mutter [http://www.bigfoot.com/~jmutter] -----Ursprüngliche Nachricht----- Von: Raju K. V. An: cygwin AT sourceware DOT cygnus DOT com Datum: Freitag, 14. Mai 1999 13:19 Betreff: running bash as an right click option for directories >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 > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com