[Bug 23314] New: cmd treats all command lines with '/?' as builtin commands

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 21 17:38:49 CDT 2010


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 at winehq.org
        ReportedBy: mstefani at 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
  ...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list