http://bugs.winehq.org/show_bug.cgi?id=5541
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|cscript.exe from WSH |WriteConsole can't write to |(Windows Scripting Host) |stdout; affects e.g. wsh's |can't even print a banner |cscript's usage message |without native ole32 |
--- Comment #11 from Dan Kegel dank@kegel.com 2008-01-24 10:35:30 --- Still a problem. To repeat: rm -rf .wine sh winetricks vcrun6 wsh56 wine cscript or, to see the banner it's trying to print, wine cscript | cat or wineconsole cscript (though the latter is useless since it's in a separate window that disappears immediately).
Is there any reason WriteConsole shouldn't work when writing to bare streams?
(cf. http://www.winehq.org/site/docs/wineusr-guide/cui-programs )