https://bugs.winehq.org/show_bug.cgi?id=45052
Bug ID: 45052 Summary: cmd.exe if-statement does not resolve wildcars Product: Wine Version: 3.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: jonathanbelsewir@yahoo.de Distribution: ---
The if-statement does not resolve wildcards:
if exist lognew\access*.log ( echo files found )
I never get the if-part assuming I have a subdirectory lognew with some files like: access1.log, access2.log ...