This is the mail archive of the cygwin@cygwin.com 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: cygwin console


Kent Perrier wrote:
> 
> Here is my current cygwin.bat
> 
> C:\cygwin>type cygwin.bat
> @echo off
> 
> C:
> chdir \cygwin\bin
> 
> rem bash --login -i
>   rxvt -sr -sl 2500 -sb -e bash --login -i
> 

start from a simple base:

rxvt -e bash --login -i

and see if that works, then add in the other options.  What I posted is exactly
what I am running (with W2k SP1) so there must be something else going on.  Are
you sure you don't have any strange environment variables set?

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747

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


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