commit | d98f4a5e43ebcb93d40a57c3a113f9c11fcdb839 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Sun May 11 02:48:17 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun May 11 02:48:17 2003 +0000 |
tree | 68099586428cb2220d1ce644bea69e8847e27e2d | |
parent | bf022eecb914d3fd52738e14fcbd21b28a187fa4 [diff] |
Fix handling of wcmd /c "c:\Program Files\hello.bat". Make /c and /k effectively exclusive, like the real cmd does. Fix handling of /q: it's compatible with /c and /k. Added compatibility with /t /x and /y, just ignore them.