Login scripts

G

Guest

Hello. I have a question about login scripts. When the script runs, some of
the drives come up with the following message: System error 85 occured. The
local device name is already in use.

The drives all map correctly but this message is displayed in the window.
All servers are running windows 2000 server with sp4. Any ideas? Thanks.

Kevin
 
G

Guest

I believe that means that the drive letter that is indicated in the script is
already taken, so it maps the next available drive. Can you post the script
to see exactly how you're doing it (removing sensitive info of course)?
 
G

Guest

Here is an example:

net use g: /home
net use i: \\server\share
net use k: \\server\share
net use l: \\server\share
net use n: \\server\share
net use o: \\server\share
net use r: \\server\share
net use s: \\server\share
 

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

Top