https://bugs.winehq.org/show_bug.cgi?id=40482
Bug ID: 40482 Summary: Support set title in start, needed by latest MSYS2 Product: Wine Version: 1.9.8 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: fracting@gmail.com Distribution: ---
Windows cmd start supports the below syntax:
start "this is title" cmd
A new cmd window will be created and the title will be set to "this is title".
Wine does not support this syntax, cause latest MSYS2 fails.