https://bugs.winehq.org/show_bug.cgi?id=55662
Bug ID: 55662 Summary: Different behaviour of "set" command Product: Wine Version: 8.0.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: ch.panel@free.fr Distribution: ---
behavior of these commands are different in wine and windows in a batch file
set test=A set /P test="type A or B (%test%) :" echo "%test%" pause
if the user type nothing the result is : "A" on windows "" on wine