with NT you can set up a printer 'pool' - sends any printer in the pool that is available.
is this what you want to do, or do you need two copies of the same print job
cheers.
Main Topics
Browse All TopicsOur restaurant software sends print jobs to a particular LPT port. The "net use" command determines where these print jobs go. I want to send a single job to more than one printer can I duplicate the net use command for the same lpt port ie: net use lpt1 \\server\printer1
net use lpt1 \\server\printer2
printer1 and 2 are shared receipt printers connected to the server.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This would be much easier to fix from within the software you are using, if that is at all an option... If you must do this outside of the software, it will take some work. The only way I can see doing it would be to set the software up to print to a file port (FILE:) or somehow redirect an LPT port to a disk file. Then you could have a program watch for the creation of that file, and copy it to as many printers as you wish. But this would be awfully clunky. I am afraid I dont know of a better way outside of fixing the software.
Heath
Business Accounts
Answer for Membership
by: ScleggPosted on 1999-08-23 at 14:23:34ID: 1580841
You can only redirect LPT1 to one queue at a time, but you can switch back and forth between both of them.