dos batch file for usb printer redirect to lpt1

dos batch file for usb printer redirect to lpt1 To add printing support for your old dos applications add this code to a batch file in your startup folder. ______ begin batch file code _______ redirect lpt1 to usb printer share the printer NET USE LPT1: \\sys09\brother /PERSISTENT:YES dir   >   lpt1: echo   ^L   >   lpt1:…
Read more