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
Message-ID: <20010517210447.2343.qmail@web5410.mail.yahoo.com>
Date: Thu, 17 May 2001 14:04:47 -0700 (PDT)
From: Steve O <simgenome@yahoo.com>
Reply-To: bub@io.com
Subject: Re: cmds issued from rxvt spawning dos windows
To: cygwin@cygwin.com
Cc: tdorgan@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

> However, using rxvt, every time we spawn JBuilder a dos 
> window appears and all of its output (that should be in 
> the file) is lost.

> Suggestions?

Since your pipe isn't interactive you may want to start it
up in a cmd window running bash.  Something like:

$ cmd /c start bash -c 'make > make.out 2>&1'

Does the problem go away with the w32d version?
  http://www.io.com/~bub/rxvt.html

If so, perhaps I'll try to implement a workaround so 
that you can choose to have rxvt allocate a console for
you.

Thanks,
-steve o


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

