http://bugs.winehq.org/show_bug.cgi?id=13659
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2009-02-01 04:33:22 --- Hello,
--- quote --- My memory of creating command-line windows applications was that the application had to handle any quoted strings. You could try grabbing a windows cmd.exe, use winecfg to have it take priority, and then test to see if that works around the problem. --- quote ---
Correct. I described the problem in bug 14786 (technically a duplicate of this bug). In short: Cmd.exe "/C" is a bit special hence C runtime argvW[] can't be used. You need to use GetCommandLineW and manually apply quoting/dequoting rules.
Regards