https://bugs.winehq.org/show_bug.cgi?id=43337 Bug ID: 43337 Summary: Conditional command with parentheses not working. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs(a)winehq.org Reporter: distjubo(a)gmail.com Distribution: --- If a conditional command contains parentheses, it fails to execute properly. Example 1: Command: echo C:\Program Files (x86)\ Output: C:\Program Files (x86)\ Example 2: Command: if ""=="" echo C:\Program Files (x86)\ Example 2 fails to execute. On Windows, the output of Example 1 and Example 2 are identical, but wine complains about not having found the command "x86". -- 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.