X-Spam-Check-By: sourceware.org Date: Mon, 13 Feb 2006 17:37:20 -0500 (EST) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Bubba Jones cc: cygwin AT cygwin DOT com Subject: Re: Bash Window Geometry In-Reply-To: <20060213221916.1523.qmail@synacor.com> Message-ID: References: <020820061848 DOT 1594 DOT 43EA3D02000B46CF0000063A22007507840A050E040D0C079D0A AT comcast DOT net> <43EB12B7 DOT 9070304 AT equate DOT dyndns DOT org> <20060213221916 DOT 1523 DOT qmail AT synacor DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mon, 13 Feb 2006, Bubba Jones wrote: > > ... > > 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, > which tells me it wouldn't work from a batch file. The > following does work from DOS: > > h:\cygwin\bin\rxvt -e /bin/bash --rcfile /cygdrive/h/.bashrc -i ^ There should be no space between "--" and "rcfile", but I guess you know that (it's hard to tell whether that was your mailer's linewrapping). > But the following does not: > > h:\cygwin\bin\rxvt -e /bin/csh --login --rcfile /cygdrive/h/.bashrc -i ^^^ > The difference being that "--login" breaks... Any idea why --login es > no bueno? Is --login really needed? Now, this is interesting... Why would you expect bash options to work for csh? If this really is a typo and h:\cygwin\bin\rxvt -e /bin/bash --login --rcfile /cygdrive/h/.bashrc -i does break for you from a DOS prompt, please run h:\cygwin\bin\bash --login --rcfile /cygdrive/h/.bashrc -i from the same DOS prompt and tell us what output it produces. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/