[Bug 46505] New: cmd.exe: rename file from upper to lower

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 24 06:31:48 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46505

            Bug ID: 46505
           Summary: cmd.exe: rename file from upper to lower
           Product: Wine
           Version: 4.0-rc6
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cmd
          Assignee: wine-bugs at winehq.org
          Reporter: jonathanbelsewir at yahoo.de
      Distribution: ---

If I want to convert a file to lowercase (or vice versa), 
I can do it under Windows with:
  ren FILE.BAT file.bat

Under Wine the file is still in uppercase.

Workaround in Wine:
    ren FILE.BAT FILE.BAT.tmp
    ren FILE.BAT.tmp file.bat

-- 
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