The command to print a file to screen used to be 'print thefile.txt'. Now its printing the file to a printer. What is the new command?
Printable View
The command to print a file to screen used to be 'print thefile.txt'. Now its printing the file to a printer. What is the new command?
What do you mean by "to screen" in this context?
Try using More, eg: More thefile.txt
(to find this, I typed Help ;) )
Alternatively, just type the file name to open it in the default application (Notepad).
'more' was what I was looking for, thanks!