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