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: I have found a workaround. Just change your rxvt line to read:


Alex:

I think if you change the rxvt command from the Windoze delims (\):

	rxvt -geometry 80x60  -e c:\cygwin\bin\bash --login -i

to the *X delimis (/) like so:

	rxvt -geometry 80x60  -e /bin/bash --login -i

tt will work.  The '-e' argument is being interpreted by 'rxvt' and not CMD, so you should use CYGWIN syntax i.p.v. DOS/Windoze syntax.

Regards,

Garry

[..snip..]

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