http://bugs.winehq.org/show_bug.cgi?id=21927
Summary: cmd /c "dir " fails Product: Wine Version: 1.1.39 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
In Windows, cmd /c "dir " works (note the trailing space). In Wine, it doesn't, even if you invoke it from inside a cmd shell (where the quote processing should be identical to that on windows).
This isn't specific to dir; it applies to any internal command. External commands, e.g. cmd /c "notepad ", work fine.
Reported in wine-users forum, http://forum.winehq.org/viewtopic.php?t=7854