https://bugs.winehq.org/show_bug.cgi?id=56820
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- Marking as dup of implementing || and && operators in batch file
Note that statement in #1 "if command before errorlevel is NOT 0" is partially wrong. What should be taken care of is command return code, which is not always the error level (but sometimes is). I have a full implementation of all of this.
*** This bug has been marked as a duplicate of bug 32679 ***