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@winehq.org Reporter: Psycho-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.
https://bugs.winehq.org/show_bug.cgi?id=50133
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Please file one bug for each issue.
https://bugs.winehq.org/show_bug.cgi?id=50133
--- Comment #2 from Psycho-A Psycho-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?
https://bugs.winehq.org/show_bug.cgi?id=50133
--- Comment #3 from Austin English austinenglish@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..
https://bugs.winehq.org/show_bug.cgi?id=50133
--- Comment #4 from Austin English austinenglish@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).
https://bugs.winehq.org/show_bug.cgi?id=50133
Janne janne.kekkonen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen@gmail.com
--- Comment #5 from Janne janne.kekkonen@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>