Re: Bash Window Geometry

2006-02-13 Thread Bubba Jones
... Alternatively, you could do: rxvt -e /bin/bash --login --rcfile /cygdrive/h/.bashrc -i Thus combining your current configuration with the way you want it to be... Ahhh, most cool. That command with switches works from the cygwin bash prompt, but not from the DOS prompt,

Re: Bash Window Geometry

2006-02-13 Thread Bubba Jones
... You do know that you can have your own mounts pointing to wherever *you* want (in effect, having a separate Cygwin installation)? Wow. I never thought about that. Hmmm. Most interesting. If theirs is missing /etc/passwd, it's seriously broken anyway. Good point! I

Re: Bash Window Geometry

2006-02-08 Thread Bubba Jones
... While you're at it, http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Hmmm. That doesn't look like an option. I'll make a request and/or change e-mail services... .. Heh. Two problems: (a) you're not starting a login shell Yeah, you're right. I'll fix that. and (b)

Re:Bash Window Geometry

2006-02-08 Thread Bubba Jones
On 6 Feb 2006 16:00:30 - Bubba Jones [EMAIL PROTECTED] wrote: Is it possible to tell the bash prompt where I want it positioned on my desktop? Using X Windows I specify size and location with --geometry. Is there anything comparable under MS Windows? Thanks to all who suggested

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:

2006-02-08 Thread Bubba Jones
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 batch file, launch the batch file, I get rxvt with bash, but my

Re:

2006-02-08 Thread Bubba Jones
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 I think I found the problem. My $HOME variable is set to another

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

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

Bash Window Geometry

2006-02-06 Thread Bubba Jones
Is it possible to tell the bash prompt where I want it positioned on my desktop? Using X Windows I specify size and location with --geometry. Is there anything comparable under MS Windows? _Get your FREE Budweiser E-mail account

Re: Bash Window Geometry

2006-02-06 Thread Bubba Jones
On Mon, 6 Feb 2006 12:13:43 -0500 (EST) Igor Peshansky [EMAIL PROTECTED] wrote: On Mon, 6 Feb 2006, Bubba Jones wrote: Is it possible to tell the bash prompt where I want it positioned on my desktop? Using X Windows I specify size and location with --geometry. Is there anything