This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Terminate batch job (Y/N)?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]