Re: rxvt -e bash From Batch File

2006-02-09 Thread Chris Taylor
Eric Blake wrote: [You have a really weird mailer - every other line was blank!] On 8 Feb 2006 17:54:59 - Bubba Jones I think I found the problem. My $HOME variable is set to another location than I want. Before using rxvt I explicitly set HOME in my .bashrc... When I set

rxvt -e bash From Batch File

2006-02-08 Thread Bubba Jones
When I envoke rxvt -e bash from a command line I get rxvt with bash and bash sourced my .bashrc file. However, when I put rxvt -e bash in a batch file, launch the batch file, I get rxvt with bash, but my .bashrc file is not sourced... Does anyone know why my batch file doesn't source

RE: rxvt -e bash From Batch File

2006-02-08 Thread Hassel, Scott
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bubba Jones Sent: Wednesday, February 08, 2006 12:07 PM To: cygwin@cygwin.com Subject: rxvt -e bash From Batch File When I envoke rxvt -e bash from a command line I get rxvt with bash and bash sourced my

Re: rxvt -e bash From Batch File

2006-02-08 Thread Chris Taylor
Bubba Jones wrote: When I envoke rxvt -e bash from a command line I get rxvt with bash and bash sourced my .bashrc file. However, when I put rxvt -e bash in a batch file, launch the batch file, I get rxvt with bash, but my .bashrc file is not sourced... Does anyone know why my batch file

Re: rxvt -e bash From Batch File

2006-02-08 Thread Bubba Jones
On 8 Feb 2006 17:45:34 - Bubba Jones [EMAIL PROTECTED] wrote: On Wed, 8 Feb 2006 12:26:57 -0500 Hassel, Scott [EMAIL PROTECTED] wrote: When I envoke rxvt -e bash from a command line I get rxvt with bash and bash sourced my .bashrc file. However, when I put rxvt -e bash in a

Re: rxvt -e bash From Batch File

2006-02-08 Thread Bubba Jones
On 8 Feb 2006 17:54:59 - Bubba Jones [EMAIL PROTECTED] wrote: On Wed, 08 Feb 2006 17:35:30 + Chris Taylor [EMAIL PROTECTED] wrote: Try using rxvt -e /bin/bash --login -i You can specify all manner of things there as well.. EG: black bg and green text: -fg Green -bg Black