Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP Printing

Status
Not open for further replies.

g1knj99

Technical User
Jun 18, 2003
22
US
Is it possible to attach to an IP printer AND then capture the same device to an LPT port?

We are trying to stop setting up queues and these devices don't have a queue associated.

Thanks.
 
I am likely mis-reading your problem, but here goes.

You install the "Simple TCP/IP Services" from Windows Components, Network Services to the sharing machine for the printer.

You "Add" printer and designate the device as local, with the IP you have assigned the printer.

You then create a new printer definition as Network, the printer being the locally shared device name done previously, and give it a new sharename.

You then share the last name for the remote clients.

For local workstation use of the printer you can either use the local sharename, or the given remote name, or if you have DOS applications use NET USE LPTx: \\printer_server\sharename to handle the chore.

It would be a mistake to try to use the local physical port rather than using Windows as a host for a virtual device; e.g. lpt1:

I hope this helps.
 
We add the printers via IP as you have suggested. However, in our current environement, we have Novell print queues. To capture to a port (LPTx) etc. we then use the Capture printer port to accomplish this.
We have to apps that MUST have LPT printing, an old DOS app and a very robust 32 bit healthcare application that nobody considered to change.
So, we are now attaching to the IP printer. What we need to do is capture LPTx to the same printer installed to the machine.
 
I must not have been clear enough.

Add the IP printer as a local printer.
Then create a shared printer, with a sharename.

Then you can net use lpt1: \\share_server\share_name
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top