https://bugs.winehq.org/show_bug.cgi?id=56498
Bug ID: 56498 Summary: misinterpretation of the '/' character Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: ch.panel@free.fr Distribution: ---
this sequence causes two different results on wine and windows : (french date)
echo off cls echo %date% set year=%date:~6,4% echo %year% pause
on windows :
29/03/2024 2024
on wine :
29/03/2024 202
wine seems to interpret / as an escape character