public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Fast bash acccess
@ 1999-03-10  2:24 Serguei DACHIAN
  1999-03-31 19:45 ` Serguei DACHIAN
  0 siblings, 1 reply; 4+ messages in thread
From: Serguei DACHIAN @ 1999-03-10  2:24 UTC (permalink / raw)
  To: cygwin

At 19:22 09/03/99 +0100, Marco Torchiano wrote:
>
> Here is a simple .reg file that creates a couple of entries
> in the registry: the result is a new item named "Bash" in the
> right-click menu that opens a bash window in the selected folder.
>
> ----------------------------------------------------------
> REGEDIT4
>
> [HKEY_CLASSES_ROOT\Folder\shell\Bash]
> @="Bash"
>
> [HKEY_CLASSES_ROOT\Folder\shell\Bash\command]
> @="E:\cygnus\cygwin-b20\cygnus.bat"
> ; modify previous line to use your installed cygwin path
> ----------------------------------------------------------
>
The above .reg file won't work: "E:\cygnus\cygwin-b20\cygnus.bat" should be
replaced by "E:\\cygnus\\cygwin-b20\\cygnus.bat" (the backslashes are double
!!!)

Enjoy.
___________________________________________________________________________
Serguei DACHIAN
Laboratoire de Statistique et Processus,
Universite du Maine, Av. Olivier Messiaen
72085 Le Mans CEDEX 9, FRANCE
Tel.   : +33 (0)2 43 83 37 18
Fax.   : +33 (0)2 43 83 35 79
E-mail : Serguei.Dachian@univ-lemans.fr
WWW    : http://www.univ-lemans.fr/sciences/statist/cvs/thesard.html#dachian


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fast bash acccess
  1999-03-10  2:24 Fast bash acccess Serguei DACHIAN
@ 1999-03-31 19:45 ` Serguei DACHIAN
  0 siblings, 0 replies; 4+ messages in thread
From: Serguei DACHIAN @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

At 19:22 09/03/99 +0100, Marco Torchiano wrote:
>
> Here is a simple .reg file that creates a couple of entries
> in the registry: the result is a new item named "Bash" in the
> right-click menu that opens a bash window in the selected folder.
>
> ----------------------------------------------------------
> REGEDIT4
>
> [HKEY_CLASSES_ROOT\Folder\shell\Bash]
> @="Bash"
>
> [HKEY_CLASSES_ROOT\Folder\shell\Bash\command]
> @="E:\cygnus\cygwin-b20\cygnus.bat"
> ; modify previous line to use your installed cygwin path
> ----------------------------------------------------------
>
The above .reg file won't work: "E:\cygnus\cygwin-b20\cygnus.bat" should be
replaced by "E:\\cygnus\\cygwin-b20\\cygnus.bat" (the backslashes are double
!!!)

Enjoy.
___________________________________________________________________________
Serguei DACHIAN
Laboratoire de Statistique et Processus,
Universite du Maine, Av. Olivier Messiaen
72085 Le Mans CEDEX 9, FRANCE
Tel.   : +33 (0)2 43 83 37 18
Fax.   : +33 (0)2 43 83 35 79
E-mail : Serguei.Dachian@univ-lemans.fr
WWW    : http://www.univ-lemans.fr/sciences/statist/cvs/thesard.html#dachian


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Fast bash acccess
  1999-03-09 10:23 Marco Torchiano
@ 1999-03-31 19:45 ` Marco Torchiano
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Torchiano @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

Often I find useful to open a bash window in a given folder.
The fastest method is to locate the folder in the Explorer
and right-click on it and select an item from the pop-up menu.

Here is a simple .reg file that creates a couple of entries
in the registry: the result is a new item named "Bash" in the
right-click menu that opens a bash window in the selected folder.

----------------------------------------------------------
REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Bash]
@="Bash"

[HKEY_CLASSES_ROOT\Folder\shell\Bash\command]
@="E:\cygnus\cygwin-b20\cygnus.bat"
; modify previous line to use your installed cygwin path
----------------------------------------------------------

Copy the text between the lines into a file (bash.reg) with .reg extension. 
Modify the effective path to your bash running batch file.
Then double-click on the file.

Hope you enjoy it.

Marco.
-- 
  #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
 / Marco Torchiano                                                    /
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
 \ < mailto:torchiano@polito.it >     \ Dip. Automatica ed Informatica \
  \ < http://www.polito.it/~mtorchia > \ Politecnico di Torino          \
   \ phone: +39 011 564 7081          \ C.so Duca degli Abruzzi, 24    \
    \ fax: +39 011 564 7099            \ I-10129 Torino (Italy)         \
     #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Fast bash acccess
@ 1999-03-09 10:23 Marco Torchiano
  1999-03-31 19:45 ` Marco Torchiano
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Torchiano @ 1999-03-09 10:23 UTC (permalink / raw)
  To: cygwin

Often I find useful to open a bash window in a given folder.
The fastest method is to locate the folder in the Explorer
and right-click on it and select an item from the pop-up menu.

Here is a simple .reg file that creates a couple of entries
in the registry: the result is a new item named "Bash" in the
right-click menu that opens a bash window in the selected folder.

----------------------------------------------------------
REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Bash]
@="Bash"

[HKEY_CLASSES_ROOT\Folder\shell\Bash\command]
@="E:\cygnus\cygwin-b20\cygnus.bat"
; modify previous line to use your installed cygwin path
----------------------------------------------------------

Copy the text between the lines into a file (bash.reg) with .reg extension. 
Modify the effective path to your bash running batch file.
Then double-click on the file.

Hope you enjoy it.

Marco.
-- 
  #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
 / Marco Torchiano                                                    /
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
 \ < mailto:torchiano@polito.it >     \ Dip. Automatica ed Informatica \
  \ < http://www.polito.it/~mtorchia > \ Politecnico di Torino          \
   \ phone: +39 011 564 7081          \ C.so Duca degli Abruzzi, 24    \
    \ fax: +39 011 564 7099            \ I-10129 Torino (Italy)         \
     #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-10  2:24 Fast bash acccess Serguei DACHIAN
1999-03-31 19:45 ` Serguei DACHIAN
  -- strict thread matches above, loose matches on Subject: below --
1999-03-09 10:23 Marco Torchiano
1999-03-31 19:45 ` Marco Torchiano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).