Searched the web and found a bunch of DOS 3.3 commands, but couldn't find one which outputs a text file to screen. Can anyone help?
Oneof the modified DOS 3.3 (2nd release of ProntoDOS?) has a TYPE command, but it is not supported by the original OS otherwise.
I would use Copy II+ to view a file. But you can also write a Q&D BASIC program to open the file and read each character and put it on the screen.
Thankx, Ed