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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I set printer server ?

Status
Not open for further replies.

kevin63k

Programmer
Jan 21, 2002
2
0
0
CA
I operate Accpac plus for DOS

We already use LPT2,LPT2 as Print server and then I want
to another print server.

I tried to set up the print server, but I can't do it..

can you help me
 
You can redirect and capture any LPT port by typing (at a DOS prompt or setting up in a script) the following:

net use lpt x: \\printserver\sharename /persistent:yes

(x = port number)

Hope this helps.

Mark

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top