[Bug 18346] New: cmd does not support the "^" escape character

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 3 21:28:12 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18346

           Summary: cmd does not support the "^" escape character
           Product: Wine
           Version: 1.1.20
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dima at gmail.com


In Windows' command line, the caret escapes the following character. For
example:
> echo a^&b
a&b

Wine's cmd, however, does not treat it as a special character:
> echo a^&b
a^
File not found


-- 
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