http://bugs.winehq.org/show_bug.cgi?id=23314
Summary: cmd treats all command lines with '/?' as builtin commands Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: NEW Keywords: source Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: mstefani@redhat.com
In "cmd" when a command gets the '/?' it will be treated as a builtin command for which cmd of course has no help available: $ wine cmd CMD Version 1.2-rc4 Z:\home\michi>xcopy /? No help available for xcopy
xcopy is a standalone program and comes with its own help. $ wine xcopy '/?' XCOPY - Copies source files or directory trees to a destination ...
http://bugs.winehq.org/show_bug.cgi?id=23314
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #1 from Michael Stefaniuc mstefani@redhat.com 2010-06-21 17:47:09 --- And the proposed patch: http://www.winehq.org/pipermail/wine-patches/2010-June/089822.html
http://bugs.winehq.org/show_bug.cgi?id=23314
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.2-rc4
http://bugs.winehq.org/show_bug.cgi?id=23314
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Michael Stefaniuc mstefani@redhat.com 2010-06-22 10:52:26 --- Fixed by commit http://source.winehq.org/git/wine.git/?a=commit;h=71e647fe5188c8ab7f5e4df6cb...
http://bugs.winehq.org/show_bug.cgi?id=23314
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-06-25 12:41:49 --- Closing bugs fixed in 1.2-rc5.