Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sat, 29 Jul 2000 14:32:08 +0900
From: Yukihiko Sohda <sohda@is.titech.ac.jp>
To: cygwin@sources.redhat.com
Subject: Re: Terminate batch job (Y/N)?
In-Reply-To: <20000728185621.69591.qmail@hotmail.com>
References: <2CB1272B2212D211974D00805FCB57420644D69F@MSEXCHANGE> <20000728185621.69591.qmail@hotmail.com>
Message-Id: <39826C582EC.3E39SOHDA@matsulab.is.titech.ac.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Becky! ver 1.26

Hello,

"Jonas Jensen" <bones0_list@hotmail.com> wrote:
> > since upgrading to w2k, i'm often (not always) getting this
> > annoying message when exiting from bash "Terminate batch job
> > (Y/N)?".
> 
> Yes, very annoying. I get that too, any hints will be appreciated!

Ctrl-C event in cygwin causes so.
(Ctrl-C event is also received by cmd.exe?).

You can duplicate this as following.
c:\>cygwin.bat
[/]      <- Hit Ctrl-C
[/]exit
Terminate batch job (Y/N)? y

c:\>

If you want just stopping it message,
try "start /b bash" insted of "bash" in cygwin.bat.
You never see any annoying message.
BUT!! It has a big side effect.
You cannot use Ctrl-C in cygwin.
(see "help start" in prompt for more detail)


----
Yukihiko Sohda <sohda@is.titech.ac.jp>


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

