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@winehq.org Reporter: jonathanbelsewir@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
https://bugs.winehq.org/show_bug.cgi?id=46505
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Component|cmd |-unknown CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming. However, it's not a cmd issue - using native cmd doesn't help.
https://bugs.winehq.org/show_bug.cgi?id=46505
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- Duplicate.
*** This bug has been marked as a duplicate of bug 14901 ***
https://bugs.winehq.org/show_bug.cgi?id=46505
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |---
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- (In reply to Dmitry Timoshkov)
I'd suggest to create a separate bug report for file name recasing, since MoveFile() no longer fails this bug could be maked as resolved.
Didn't you suggest to have a separate bug report?
https://bugs.winehq.org/show_bug.cgi?id=46505
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Fabian Maurer from comment #3)
I'd suggest to create a separate bug report for file name recasing, since MoveFile() no longer fails this bug could be marked as resolved.
Didn't you suggest to have a separate bug report?
If it was meant to be one then it had to mention the original bug report. Apparently that was not the case, hence a duplicate since the original report is still open. Besides this bug report is about .bat file (cmd.exe) not an underlying functionality which is a real culprit.
So let this one rest in peace as a duplicate until a proper bug report is opened after closing the original bug.
*** This bug has been marked as a duplicate of bug 14901 ***
https://bugs.winehq.org/show_bug.cgi?id=46505
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.