On Sat Aug 30 17:01:29 2025 +0000, Joe Souza wrote:
I ran each of the tests that you specified, on both native Win10 and Wine with my changes. Behaviour seems correct. In cases where /b was specified, the ^Z character was preserved in the output file. In cases where /b was not specified, the ^Z character did not exist in the output file. Behaviour on both Win10 and Wine were the same. In no case was the ^Z character removed from the input file. I did discover a new bug with the TYPE command. On Win10, TYPE terminates output at the ^Z character. Wine outputs the ^Z character and continues to output the remaining characters until the end of the file.
I have a fix for the TYPE issue ready to go after this MR is approved.