https://bugs.winehq.org/show_bug.cgi?id=50641 Bug ID: 50641 Summary: Wine cmd handles incorrectly if-for on a single line Product: Wine Version: 6.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs(a)winehq.org Reporter: rpisl(a)seznam.cz Distribution: --- Wine cmd handles incorrectly expression with if and for on a single line if the condition is not met such as: if not ""=="" for %%i IN (A) DO (echo %%i) Can't recognize 'DO ' as an internal or external command, or batch script. See attached test case. -- 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.