https://bugs.winehq.org/show_bug.cgi?id=46504
Bug ID: 46504 Summary: cmd.exe: xcopy.exe with renaming Product: Wine Version: 4.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: jonathanbelsewir@yahoo.de Distribution: ---
The following command does not work right: xcopy /q /y *.i root*.htm
Workaround: for %%f in (*.i) do ( copy %%f root%%~nf.htm )