http://bugs.winehq.org/show_bug.cgi?id=50133 --- Comment #8 from Janne <janne.kekkonen@gmail.com> --- Created attachment 81773 --> http://bugs.winehq.org/attachment.cgi?id=81773 generic command log Hello, retested with Wine 11.14. 1. TYPE command. I compared the TYPE command functionality between Windows 11 and Wine 11.14. The contents of a UTF-8 text file were not readable in either environment. The contents of a UTF-16 file were readable in Windows 11, but not in Wine 11.14. 2. MOVE /Y. Compared the functionality of MOVE /Y command, with text files between Windows 11 and Wine 11.14. The functionality in Wine appears to be the same as in Windows 11. Command: MOVE /Y file1.txt file2.txt. This command overwrites file2.txt with file1.txt. 3. PAUSE. There seems to be linechange. 4. TASKLIST. Prints tasklist. 5. TASKKILL /T. /T is not listed in help. But it seems to be in source code. Attached file containing terminal logs for above commands. -- 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.