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(a)winehq.org ReportedBy: dima(a)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.