[Bug 46504] New: cmd.exe: xcopy.exe with renaming

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 24 06:23:19 CST 2019


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 at winehq.org
          Reporter: jonathanbelsewir at 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
)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list