On 4/22/2011 5:49 PM, Josh Dersch wrote:
Windows does, in fact have the ability to pipe console I/O just as
unices do. It's also possible for a parent process to get handles to
the I/O channels of child processes. (See
http://msdn.microsoft.com/en-us/library/ms682499%28v=vs.85%29.aspx for
a sample of the latter.) I'm not aware of any Windows terminal
emulators that know how to take input from stdio, but there's
absolutely no reason it couldn't be done -- it's not a Windows
limitation.
- Josh
"take input from stdio" should read "redirect stdio from another
process" but you get the gist...
Josh