Does not work well: rlwrap + rxvt + cmd

Charles Wilson cygwin@cwilson.fastmail.fm
Wed Aug 24 15:16:00 GMT 2011


On 8/24/2011 11:07 AM, Ronald Fischer wrote:
> I would like to run cmd.exe within a rxvt terminal

rlwrap is not the problem.  Running 'cmd.exe' within rxvt is not
possible; cmd.exe expects direct access to the console host (csrss on
WinVista-; conhost.exe on Win7+).  That is, it expects that functions
like those listed here:
http://msdn.microsoft.com/en-us/library/ms682073%28v=vs.85%29.aspx
such as ReadConsoleInput or WriteConsoleOutput will work.

rxvt is not what windows expects as a console host. It is a terminal
emulator, and basically communicates with the inferior (bash, etc) via
stdio pipes, and unix-style signals.

rxvt + cmd.exe won't work.

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list