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.