Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sat, 29 Jul 2000 14:32:08 +0900 From: Yukihiko Sohda To: cygwin AT sources DOT redhat DOT com Subject: Re: Terminate batch job (Y/N)? In-Reply-To: <20000728185621.69591.qmail@hotmail.com> References: <2CB1272B2212D211974D00805FCB57420644D69F AT MSEXCHANGE> <20000728185621 DOT 69591 DOT qmail AT hotmail DOT 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" 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 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com