our EPSON-DOT MATRIX printer.

not printing on DOS command

Type text.txt>prn text.txt file..??

But - it prints on open TEXT.txt>File>Print - it works perfectly.

link|improve this question

40% accept rate
1  
+1 for asking about (and presumably still needing) DOS! – Torben Gundtofte-Bruun Aug 17 '10 at 15:24
feedback

3 Answers

up vote 1 down vote accepted

Try copy text.txt prn. If that doesn't work, try appending a formfeed character to the end of the document (that's Control-L) and then printing the document.

link|improve this answer
message--> this system cannot find the file specified. – pvaju896 Aug 17 '10 at 15:28
Try copy text.txt prn: or copy text.txt lpt1:. That last one will only work if it's a parallel printer connected to the first parallel port. – boot13 Aug 17 '10 at 16:33
feedback

How about using the DOS print spooler "print"?

print text.txt
link|improve this answer
feedback

Yup it worked with this command -->

Type textfile.txt>lpt3

the printer was connected to lpt3 port- so only..!!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.