Net Use command

D

Dean

I have an actual folder under a shared folder and I use
the follwoing commpand in the login script:
Net Use * \\Server\Public\Vol2

it works and randomly selects a drive letter. But when I
try to specify a letter to map it to (ex: Net Use g:
\\Server\Public\Vol2) it doesn't work and gives me an
error. The vol2 directory is not shared but the parent
directory Public is shared. How can I map to a directory
that is not specifically shared beneath a share and
specify a drive letter?
 
R

Ray at

What's the error? As long as G isn't in use, you should be able to map to a
sub-directory in a share just fine, as long as you're not trying to do this
on an NT machine.

Ray at work
 
D

Dean

I get an error 50 - couldn't map drive
-----Original Message-----
What's the error? As long as G isn't in use, you should be able to map to a
sub-directory in a share just fine, as long as you're not trying to do this
on an NT machine.

Ray at work




.
 
R

Ray at

Really? Is that what it says? It says, verbatim: error 50 - couldn't map
drive. That's different.

Now, what does it really say?

Ray at work
 

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

Similar Threads


Top