|
Hi,
Here
are two approaches to get rid of the annoying “Terminate batch job
(Y/N)” when you close a cygwin bash window:
From:
"Alex Malinovich" <baggend at howlermonkey dot net>
- To:
"'Birl'" <sbirl at astro dot ocis dot temple dot edu>,
<cygwin at cygwin dot com>
- Date:
Thu, 6 Dec 2001 17:01:24 -0600
- Subject:
RE: Terminate batch job (Y/N)?
I'm surprised that no one has responded with
the "quick" answer yet. We had
a short discussion about this a few months ago, and there are 2 ways
to get around it:
A) Instead of running cygwin.bat, just create
a shortcut to run "bash
--login -i"
B) Modify cygwin.bat, and in front of the
"bash --login -i" line add
"start". (i.e. start bash --login -i)
-Alex
|