PDA

Click to See Complete Forum and Search --> : Comand prompt on Windows XP - Print to Screen


xxarmoxx
May 5th, 2008, 02:41 AM
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?

mendhak
May 5th, 2008, 09:42 AM
What do you mean by "to screen" in this context?

si_the_geek
May 5th, 2008, 10:06 AM
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).

xxarmoxx
May 5th, 2008, 07:35 PM
'more' was what I was looking for, thanks!