Capture port LPT1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need help,

i want capture the lpt1 port to usp port. Whow i can this?

I have a new hp printer with only usb port, but i have one old ms-dos
application and i need to print from......
 
In
joao marques said:
i want capture the lpt1 port to usp port. Whow i can this?

I have a new hp printer with only usb port, but i have one old
ms-dos
application and i need to print from......


Will your DOS application let you print to a file? If so, do
that, and then copy the file to your printer in Windows.
 
First share the printer then

at the command line issue

net use LPT1 \\computername\printername

computername is the name of the computer this is on
printername is the name you gave the printer when you shared it
 
Back
Top