question about network printing

  • Thread starter Thread starter Chan
  • Start date Start date
C

Chan

I have a home network with 2 win2000 computers.
I want to print remotely. At the moment I need to
"log into" the remote printer before I can print, i.e.
I need to type \\remote_computer\remote_printer,
then, I am prompted for a user and password, at
which time I type administrator and the password
of the remote computer. O.k. so far so good.
Now I want to be able to print without this login
process. Is there a way to allow printing without
a password, or alternatively, is there a way to
enter this password in a batch file during the startup
of the local computer ?
Thanks,
Rex.
 
H:\>net use ?
The syntax of this command is:


NET USE
[devicename | *] [\\computername\sharename[\volume]
[password | *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

For Devicename use LPT1 then setup your printer locally to
use LPT1 as the port. hard code the required LoginID and
Password in a batch file and drop it in Start -> Programs -
 
This is great. I think I have almost done it, I typed

net use lpt5 \\remote-comp\lm remote-pass /user:remote-user

this worked.

But I don't understand now how to make window applications understand
that they need to use lpt5

b.t.w. I tried
NET USE lpt5 /HOME
but this results in an error that I don't home a home directory.
Do I need to have one, and how do I add a printer based on
lpt5

thanks

J said:
H:\>net use ?
The syntax of this command is:


NET USE
[devicename | *] [\\computername\sharename[\volume]
[password | *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

For Devicename use LPT1 then setup your printer locally to
use LPT1 as the port. hard code the required LoginID and
Password in a batch file and drop it in Start -> Programs -
Startup
J


-----Original Message-----
I have a home network with 2 win2000 computers.
I want to print remotely. At the moment I need to
"log into" the remote printer before I can print, i.e.
I need to type \\remote_computer\remote_printer,
then, I am prompted for a user and password, at
which time I type administrator and the password
of the remote computer. O.k. so far so good.
Now I want to be able to print without this login
process. Is there a way to allow printing without
a password, or alternatively, is there a way to
enter this password in a batch file during the startup
of the local computer ?
Thanks,
Rex.


.
 

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