running bash as an right click option for directories

Raju K. V. rajukv@wipinfo.soft.net
Fri May 14 04:18:00 GMT 1999


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@sourceware.cygnus.com



More information about the Cygwin mailing list