Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: Offord Garry-QA3813 To: cygwin AT sources DOT redhat DOT com Subject: RE: I have found a workaround. Just change your rxvt line to read : Date: Mon, 4 Feb 2002 10:53:04 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" Alex: I think if you change the rxvt command from the Windoze delims (\): rxvt -geometry 80x60 -e c:\cygwin\bin\bash --login -i to the *X delimis (/) like so: rxvt -geometry 80x60 -e /bin/bash --login -i tt will work. The '-e' argument is being interpreted by 'rxvt' and not CMD, so you should use CYGWIN syntax i.p.v. DOS/Windoze syntax. Regards, Garry [..snip..] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/