[Bug 50133] New: Command line: Issues in some generic commands
https://bugs.winehq.org/show_bug.cgi?id=50133 Bug ID: 50133 Summary: Command line: Issues in some generic commands Product: Wine Version: 5.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: cmd Assignee: wine-bugs(a)winehq.org Reporter: Psycho-A(a)yandex.ru Distribution: --- Continuing exploring native CMD.exe issues... 1) TYPE command can't read from UTF-8 and UTF-16 files. Windows can do it since Win2000. 2) MOVE command doesn't support /Y key for overwriting target files. Also, the command still can't move between disk partitions, and haven't produce any output on moving files operation. 3) PAUSE command's output text have no line-breaking, so any further text will be merged with same line. 4) TASKLIST command does nothing. 5) TASKKILL command have no /T key for killing processes tree. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50133 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> --- Please file one bug for each issue. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50133 --- Comment #2 from Psycho-A <Psycho-A(a)yandex.ru> --- (In reply to Zebediah Figura from comment #1)
Please file one bug for each issue.
You mean, the example batch file with these bugs reproduction? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50133 --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- (In reply to Psycho-A from comment #2)
(In reply to Zebediah Figura from comment #1)
Please file one bug for each issue.
You mean, the example batch file with these bugs reproduction?
No, One bug for TYPE, one bug for MOVE, etc.. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50133 --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #3)
(In reply to Psycho-A from comment #2)
(In reply to Zebediah Figura from comment #1)
Please file one bug for each issue.
You mean, the example batch file with these bugs reproduction?
No, One bug for TYPE, one bug for MOVE, etc..
Though the batch file would be helpful as well (ideally, a simplified test case). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50133 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #5 from Janne <janne.kekkonen(a)gmail.com> --- Created attachment 77827 --> https://bugs.winehq.org/attachment.cgi?id=77827 test_pause Tested with wine 9.0 1. TYPE utf8 or utf16 files are not printed correctly. [1] 2. MOVE command supports /Y 3. PAUSE In batch files PAUSE do not have line change. [2]. 4. TASKLIST Command prints tasklist. 5. TASKKILL Command do not support /T option. [1] utf8 & utf16 files used in test can be found from here: https://github.com/stain/encoding-test-files [2] C:\temp\bug-50133>test_pause "--START--" Press any key to continue... "--STOP--" C:\temp\bug-50133> -- 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.
http://bugs.winehq.org/show_bug.cgi?id=50133 Janne <janne.kekkonen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|janne.kekkonen@gmail.com | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=50133 --- Comment #6 from Janne <janne.kekkonen@gmail.com> --- Hello, it seems that /t parameter support was added to TASKKILL command in version 8.5. https://gitlab.winehq.org/wine/wine/-/blob/wine-8.5/programs/taskkill/taskki... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=50133 --- Comment #7 from Ken Sharp <imwellcushtymelike@gmail.com> --- So this is still a metabug? -- 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.
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.
participants (2)
-
WineHQ Bugzilla -
WineHQ Bugzilla