lpt print cmd redirect to usb port

  • Thread starter Thread starter smurgewurfler
  • Start date Start date
S

smurgewurfler

anyone any idea how to direct print output from a dos
programme in XP to a usb printer via a lpt port? it can
be done but I have no idea how.
 
Try sharing the printer then open a command prompt and type the following:

net use lpt1 \\computername\sharename

Use the actual values in that UNC path.
 
Back
Top