Re-direct LPT1 on Windows XP
I could do this in DOS
Friday, April 8, 2005 by Lantec | Discussion: PC Hardware
I have a program that will only print to LPT1 but my printer is connected to the Docking Station for my Laptop and is USB001
The Laptop itself does not have a parallel port. The program is old and quite expensive to upgrade so any help would be greatly appreciated.
Reply #4 Sunday, April 10, 2005 12:14 PM
Reply #5 Monday, April 11, 2005 1:20 PM
It's an older text only program that does the job better than it's Windows Version. I only need the data and the XP version
gives you the Kitchen Sink as well (& takes ten times as long to print)
Thanks again

Reply #6 Tuesday, April 12, 2005 5:23 PM
Have you considered VMWare Workstation and running this application in a MS-DOS Virtual Machine. It may increase performance.
Reply #7 Wednesday, April 13, 2005 6:10 PM
It was written when a machine with 8mb ram was "cutting edge" so it doesn't use much in the way of resources.
The fix you suggested works good and I'm also using it to capture the raw output to file.
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!








Reply #1 Friday, April 8, 2005 11:44 AM
Open printers and faxes, right click on your printer and go to properties. On the sharing tab, check the box to share the printer, give it the share name of lets say $printer. (by using the $ sign it will be invisible to browsing on the network)
Click start, run, enter cmd and hit enter. At the command prompt type in this..
net use LPT1 \\pcname\$printer and hit enter (substitute your pc name accordingly).
To stop the redirection, type net use /delete LPT1 at the command prompt. You can set up a batch file and put it in your startup if you like.