print a .prn file with a usb printer

  • Thread starter Thread starter 1msh
  • Start date Start date
1

1msh

how can i print .prn file with a usb printer
i know this syntax
copy 1.prn lpt1 /b

thanks
 
1msh said:
how can i print .prn file with a usb printer
i know this syntax
copy 1.prn lpt1 /b



Set up the printer as a shared printer

Issue the command NET USE LPT1: \\computername\sharedprintername

Then use the COPY command you already know.
 
Back
Top