public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: how to get a new window for bash?
@ 1999-06-24 13:42 Earnie Boyd
  1999-06-30 22:10 ` Earnie Boyd
  0 siblings, 1 reply; 10+ messages in thread
From: Earnie Boyd @ 1999-06-24 13:42 UTC (permalink / raw)
  To: cygwin users

--- Mike Fabian <mike.fabian@it-mannesmann.de> wrote:
> >>>>> "Earnie" == Earnie Boyd <earnie_boyd@yahoo.com> writes:
> 
> thank you very much for your response.

You're welcome.
-8<-
> Earnie> Yes.  Create a shortcut and modify the properties of the
> Earnie> shortcut.
> 
> Then I can start it by clicking on the shortcut, but not from within a
> bash, i.e. I can't start it automatically from a shell-script.
> 

The following will do what you want:

cmd /c start bash


===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

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

* Re: how to get a new window for bash?
  1999-06-24 13:42 how to get a new window for bash? Earnie Boyd
@ 1999-06-30 22:10 ` Earnie Boyd
  0 siblings, 0 replies; 10+ messages in thread
From: Earnie Boyd @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin users

--- Mike Fabian <mike.fabian@it-mannesmann.de> wrote:
> >>>>> "Earnie" == Earnie Boyd <earnie_boyd@yahoo.com> writes:
> 
> thank you very much for your response.

You're welcome.
-8<-
> Earnie> Yes.  Create a shortcut and modify the properties of the
> Earnie> shortcut.
> 
> Then I can start it by clicking on the shortcut, but not from within a
> bash, i.e. I can't start it automatically from a shell-script.
> 

The following will do what you want:

cmd /c start bash


===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

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

* Re: how to get a new window for bash?
  1999-06-24 12:12 ` Ken Coleman
@ 1999-06-30 22:10   ` Ken Coleman
  0 siblings, 0 replies; 10+ messages in thread
From: Ken Coleman @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

Actually there's a Cygwin rxvt that doesn't depend on an X server.  I use it
and it works very nicely.

Check it out at:  http://www.io.com/~bub/rxvt.html

- Ken.
ken_coleman@iname.com

----- Original Message -----
From: Mike Fabian <mike.fabian@it-mannesmann.de>
To: <cygwin@sourceware.cygnus.com>
Sent: Thursday, June 24, 1999 9:36 AM
Subject: how to get a new window for bash?


>
> when I start the cygwin-bash with the cygnus.bat batch file,
> I get a cmd.exe-lookalike window where bash is running in.
>
> After typing `bash  -i', I of course  get a new sub shell  in the same
> window.
>
> Is  it possible  to make  the sub  shell run  in its  own cmd.exe-like
> window? How to do that?
>
> (I know that I can get a new window using rxvt, but that works only on
> a machine with an X-server.).
>
> Mike




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

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

* how to get a new window for bash?
@ 1999-06-30 22:10 Mike Fabian
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Fabian @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

when I start the cygwin-bash with the cygnus.bat batch file,
I get a cmd.exe-lookalike window where bash is running in.

After typing `bash  -i', I of course  get a new sub shell  in the same
window.

Is  it possible  to make  the sub  shell run  in its  own cmd.exe-like
window? How to do that?

(I know that I can get a new window using rxvt, but that works only on
a machine with an X-server.).

Mike

-- 
Mike Fabian   (mike.fabian@it-mannesmann.de)
Mannesmann Datenverarbeitung 
Mathematische/Technische Systeme Verfahrenstechnik
Rehhecke 50, D-40885 Ratingen
Tel.: +49-2102 97 1763, Fax: +49-2102 97 1345






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

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

* Re: how to get a new window for bash?
  1999-06-24 11:04 Earnie Boyd
  1999-06-24 12:29 ` Mike Fabian
@ 1999-06-30 22:10 ` Mike Fabian
  1999-06-30 22:10 ` Earnie Boyd
  2 siblings, 0 replies; 10+ messages in thread
From: Mike Fabian @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

>>>>> "Earnie" == Earnie Boyd <earnie_boyd@yahoo.com> writes:

thank you very much for your response.

>>  when I start the cygwin-bash with the cygnus.bat batch file, I get
>> a cmd.exe-lookalike window where bash is running in.

Earnie> The cygnus.bat file should start the bash executable for you.

Yes of course, it does that always.

>>  After typing `bash -i', I of course get a new sub shell in the
>> same window.
>> 
>> Is it possible to make the sub shell run in its own cmd.exe-like
>> window? How to do that?

Earnie> Yes.  Create a shortcut and modify the properties of the
Earnie> shortcut.

Then I can start it by clicking on the shortcut, but not from within a
bash, i.e. I can't start it automatically from a shell-script.

>>  (I know that I can get a new window using rxvt, but that works
>> only on a machine with an X-server.).

Earnie> You wanna bet. ;^) Check the archives for the location of an
Earnie> rxvt that uses the native Windows to operate.

Thank you, this solved my Problem!

In case you wonder why I absolutely wanted to do something like this:

I had  to customize  some pull down  menus of  the tool SNiFF  3.1 (by
Takefive-software).  To  customize such a  pull down menu, one  has to
write a shell script, which will be started in a sub shell from within
the terminal  window of SNiFF.  SNiFF  3.1 runs a  cygwin-bash in it's
terminal-window, but this terminal-window is severely broken.  Command
line editing doesn't  work and especially if the  sub shell needs user
input,  the input isn't  echoed by  the SNiFF  terminal. This  is very
confusing to the users and it is difficult to type correctly.

Therefore I  needed a way to escape  from a shell script  running in a
sub shell running  in the SNiFF terminal emulator  into a new terminal
emulator which is not so broken and can accept user input correctly.

Yours sincerly,

Mike Fabian

-- 
Mike Fabian   (mike.fabian@it-mannesmann.de)
Mannesmann Datenverarbeitung 
Mathematische/Technische Systeme Verfahrenstechnik
Rehhecke 50, D-40885 Ratingen
Tel.: +49-2102 97 1763, Fax: +49-2102 97 1345






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

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

* Re: how to get a new window for bash?
  1999-06-24 11:04 Earnie Boyd
  1999-06-24 12:29 ` Mike Fabian
  1999-06-30 22:10 ` Mike Fabian
@ 1999-06-30 22:10 ` Earnie Boyd
  2 siblings, 0 replies; 10+ messages in thread
From: Earnie Boyd @ 1999-06-30 22:10 UTC (permalink / raw)
  To: mike.fabian, cygwin

--- Mike Fabian <mike.fabian@it-mannesmann.de> wrote:
> 
> when I start the cygwin-bash with the cygnus.bat batch file,
> I get a cmd.exe-lookalike window where bash is running in.

The cygnus.bat file should start the bash executable for you.

> 
> After typing `bash  -i', I of course  get a new sub shell  in the same
> window.
> 
> Is  it possible  to make  the sub  shell run  in its  own cmd.exe-like
> window? How to do that?

Yes.  Create a shortcut and modify the properties of the shortcut.

> 
> (I know that I can get a new window using rxvt, but that works only on
> a machine with an X-server.).

You wanna bet. ;^)  Check the archives for the location of an rxvt that uses
the native Windows to operate.
===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

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

* Re: how to get a new window for bash?
  1999-06-24 11:04 Earnie Boyd
@ 1999-06-24 12:29 ` Mike Fabian
  1999-06-30 22:10 ` Mike Fabian
  1999-06-30 22:10 ` Earnie Boyd
  2 siblings, 0 replies; 10+ messages in thread
From: Mike Fabian @ 1999-06-24 12:29 UTC (permalink / raw)
  To: cygwin

>>>>> "Earnie" == Earnie Boyd <earnie_boyd@yahoo.com> writes:

thank you very much for your response.

>>  when I start the cygwin-bash with the cygnus.bat batch file, I get
>> a cmd.exe-lookalike window where bash is running in.

Earnie> The cygnus.bat file should start the bash executable for you.

Yes of course, it does that always.

>>  After typing `bash -i', I of course get a new sub shell in the
>> same window.
>> 
>> Is it possible to make the sub shell run in its own cmd.exe-like
>> window? How to do that?

Earnie> Yes.  Create a shortcut and modify the properties of the
Earnie> shortcut.

Then I can start it by clicking on the shortcut, but not from within a
bash, i.e. I can't start it automatically from a shell-script.

>>  (I know that I can get a new window using rxvt, but that works
>> only on a machine with an X-server.).

Earnie> You wanna bet. ;^) Check the archives for the location of an
Earnie> rxvt that uses the native Windows to operate.

Thank you, this solved my Problem!

In case you wonder why I absolutely wanted to do something like this:

I had  to customize  some pull down  menus of  the tool SNiFF  3.1 (by
Takefive-software).  To  customize such a  pull down menu, one  has to
write a shell script, which will be started in a sub shell from within
the terminal  window of SNiFF.  SNiFF  3.1 runs a  cygwin-bash in it's
terminal-window, but this terminal-window is severely broken.  Command
line editing doesn't  work and especially if the  sub shell needs user
input,  the input isn't  echoed by  the SNiFF  terminal. This  is very
confusing to the users and it is difficult to type correctly.

Therefore I  needed a way to escape  from a shell script  running in a
sub shell running  in the SNiFF terminal emulator  into a new terminal
emulator which is not so broken and can accept user input correctly.

Yours sincerly,

Mike Fabian

-- 
Mike Fabian   (mike.fabian@it-mannesmann.de)
Mannesmann Datenverarbeitung 
Mathematische/Technische Systeme Verfahrenstechnik
Rehhecke 50, D-40885 Ratingen
Tel.: +49-2102 97 1763, Fax: +49-2102 97 1345






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

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

* Re: how to get a new window for bash?
       [not found] <199906241636.MAA18806@smv14.iname.net>
@ 1999-06-24 12:12 ` Ken Coleman
  1999-06-30 22:10   ` Ken Coleman
  0 siblings, 1 reply; 10+ messages in thread
From: Ken Coleman @ 1999-06-24 12:12 UTC (permalink / raw)
  To: cygwin

Actually there's a Cygwin rxvt that doesn't depend on an X server.  I use it
and it works very nicely.

Check it out at:  http://www.io.com/~bub/rxvt.html

- Ken.
ken_coleman@iname.com

----- Original Message -----
From: Mike Fabian <mike.fabian@it-mannesmann.de>
To: <cygwin@sourceware.cygnus.com>
Sent: Thursday, June 24, 1999 9:36 AM
Subject: how to get a new window for bash?


>
> when I start the cygwin-bash with the cygnus.bat batch file,
> I get a cmd.exe-lookalike window where bash is running in.
>
> After typing `bash  -i', I of course  get a new sub shell  in the same
> window.
>
> Is  it possible  to make  the sub  shell run  in its  own cmd.exe-like
> window? How to do that?
>
> (I know that I can get a new window using rxvt, but that works only on
> a machine with an X-server.).
>
> Mike




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

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

* Re: how to get a new window for bash?
@ 1999-06-24 11:04 Earnie Boyd
  1999-06-24 12:29 ` Mike Fabian
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Earnie Boyd @ 1999-06-24 11:04 UTC (permalink / raw)
  To: mike.fabian, cygwin

--- Mike Fabian <mike.fabian@it-mannesmann.de> wrote:
> 
> when I start the cygwin-bash with the cygnus.bat batch file,
> I get a cmd.exe-lookalike window where bash is running in.

The cygnus.bat file should start the bash executable for you.

> 
> After typing `bash  -i', I of course  get a new sub shell  in the same
> window.
> 
> Is  it possible  to make  the sub  shell run  in its  own cmd.exe-like
> window? How to do that?

Yes.  Create a shortcut and modify the properties of the shortcut.

> 
> (I know that I can get a new window using rxvt, but that works only on
> a machine with an X-server.).

You wanna bet. ;^)  Check the archives for the location of an rxvt that uses
the native Windows to operate.
===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

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

* how to get a new window for bash?
@ 1999-06-24  9:35 Mike Fabian
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Fabian @ 1999-06-24  9:35 UTC (permalink / raw)
  To: cygwin

when I start the cygwin-bash with the cygnus.bat batch file,
I get a cmd.exe-lookalike window where bash is running in.

After typing `bash  -i', I of course  get a new sub shell  in the same
window.

Is  it possible  to make  the sub  shell run  in its  own cmd.exe-like
window? How to do that?

(I know that I can get a new window using rxvt, but that works only on
a machine with an X-server.).

Mike

-- 
Mike Fabian   (mike.fabian@it-mannesmann.de)
Mannesmann Datenverarbeitung 
Mathematische/Technische Systeme Verfahrenstechnik
Rehhecke 50, D-40885 Ratingen
Tel.: +49-2102 97 1763, Fax: +49-2102 97 1345






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

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

end of thread, other threads:[~1999-06-30 22:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-24 13:42 how to get a new window for bash? Earnie Boyd
1999-06-30 22:10 ` Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1999-06-30 22:10 Mike Fabian
     [not found] <199906241636.MAA18806@smv14.iname.net>
1999-06-24 12:12 ` Ken Coleman
1999-06-30 22:10   ` Ken Coleman
1999-06-24 11:04 Earnie Boyd
1999-06-24 12:29 ` Mike Fabian
1999-06-30 22:10 ` Mike Fabian
1999-06-30 22:10 ` Earnie Boyd
1999-06-24  9:35 Mike Fabian

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).