net use ltp1: \\servername\sharedprinter

  • Thread starter Thread starter dsmcd
  • Start date Start date
D

dsmcd

Hello...

On a WinXP-Pro machine, net use lpt1: \\servername\sharedprinter completes
successfully, but there's no printer in control panel, and I can't print to
anything. I'm certain of the servername and shared printer name.

Probably missing something obvious.

Any suggestions?

Thx,
D.
 
dsmcd said:
Hello...

On a WinXP-Pro machine, net use lpt1: \\servername\sharedprinter
completes successfully, but there's no printer in control panel, and
I can't print to anything. I'm certain of the servername and shared
printer name.

Probably missing something obvious.

Any suggestions?

Thx,
D.

Setup the network printer.

--
Peace!
Kurt
Self-anointed Moderator
microscum.pubic.windowsexp.gonorrhea
http://microscum.com/mscommunity
"Trustworthy Computing" is only another example of an Oxymoron!
"Produkt-Aktivierung macht frei"
 
kurttrail said:
Setup the network printer.

That's what I was hoping the net use would do. Maybe I'm barking up the wrong
tree.

I'm trying to construct a script that laptops can use when they travel to a new
domain. I'd like no user intervention besides running the script, but still be
able to print to the Domain's shared printer.

Thx,
D.
 
Hello...

On a WinXP-Pro machine, net use lpt1: \\servername\sharedprinter completes
successfully, but there's no printer in control panel, and I can't print to
anything. I'm certain of the servername and shared printer name.

Probably missing something obvious.

Any suggestions?

That's not how you add a remote printer from a script. I don't have a copy
of the script at hand, but you should be able to google for it.
 
You need to "Add printer" and then point it at LPT1 and tell it what
drivers to use.
 
You will still need to add a driver. This justs re-directs the LPT1 to
\\servername\sharedprinter.
 
dsmcd said:
Hello...

On a WinXP-Pro machine, net use lpt1: \\servername\sharedprinter
completes successfully, but there's no printer in control panel, and
I can't print to anything. I'm certain of the servername and shared
printer name.

Probably missing something obvious.

Any suggestions?

You have two required, distinct, activities:

1. Define a printer (so-called "add")
2. Access the defined printer.

Your "net use..." command is for number 2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top