printing from dos to usb printer

  • Thread starter Thread starter pat
  • Start date Start date
P

pat

I have an old dos program the creates text files with
embedded printer controls in it. I always printed them by
using "copy /b textfile LPT1". I now have a hp printer
connected using a usb cable. I can't figure out how to use
this command to print the usb printer ( DOT4_001 ).
"copy /b textfile DOT4_001" does not work. I tried "mode
LPT1 = DOT4_001" but that won't work either.

thanks
 
Back
Top