This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bash Window Geometry


> ... 
> 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

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?

Thanks!

_________________________________________________________________Get your FREE Budweiser E-mail account at http://budweiser.com     Budweiser E-Mail must be used responsibly and only is for consumers 21 years of age and older!       Disclaimer: Neither Anheuser-Busch, Inc. (the makers of BUDWEISER beer) nor the operator of this E-Mail service or their respective affiliates have seen, endorsed or approved any of the content in this e-mail and expressly disclaim all liability for the content in whole and in part.

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]