re: Two more janitorial tasks

2008-03-30 Thread Dan Kegel
> Use WriteConsoleW to output text to the console instead printf & co. Unless output is redirected to a file, in which case you have to jump through a couple hoops. See WCMD_output_asis_len(). If anybody breaks commandline usage again, I'm gonna myrtlize 'em :-) - Dan

Re: Two more janitorial tasks

2008-03-30 Thread Lei Zhang
On Sat, Mar 29, 2008 at 11:30 AM, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > This is a bit more involved then regular janitorial task, but pretty small > never the less. It is for some one who wants to get their feet wet in Wine. > > Convert all console applications (net, regsvr32, eject, msie

Two more janitorial tasks

2008-03-29 Thread Vitaliy Margolen
This is a bit more involved then regular janitorial task, but pretty small never the less. It is for some one who wants to get their feet wet in Wine. Convert all console applications (net, regsvr32, eject, msiexec, etc) to unicode (see cmd for example). This is to better support international