Fix handling of wcmd /c "c:\Program Files\hello.bat".
commitd98f4a5e43ebcb93d40a57c3a113f9c11fcdb839
authorFrancois Gouget <fgouget@codeweavers.com>
Sun, 11 May 2003 02:48:17 +0000 (11 02:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 May 2003 02:48:17 +0000 (11 02:48 +0000)
tree68099586428cb2220d1ce644bea69e8847e27e2d
parentbf022eecb914d3fd52738e14fcbd21b28a187fa4
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.
programs/wcmd/wcmdmain.c