Net Use command in Windows 2000

R

Robert Perkins

Calling all guru's....I am trying to use the NET USE
command within a batch file to map to a Windows 2000
server from a Novell login script. The PC's that I am
executing the login script from are all XP & 2000
professional. I have even tried to map a drive from the
command prompt and it didn't work. Is there anything
anyone can tell me about doing this? Any help with this
is appreciated. Thanks in advance!


Robert Perkins
A Fellow Networker
 
M

Mojoala

Assume the server name is MARY
Assume the Mapped Drive Name is SharedOffice (cannot have spaces for the
folder name that is shared)
Assume the Mapped Drive is S:

This how it would be done

net use S: \\MARY\SharedOffice /yes
 
M

Mojoala

Also if you have set up a Home Drive in the Active Directory

then

It would look like this

net use H: /HOME

Assuming you used H for the Home folder
 
R

Rany ElHousieny [MSFT]

Net use \\ComputerName\ipc$ /u:Domain\User "Password"

This posting is provided "AS IS" with no warranties, and confers no rights
 
S

srikanth.m

hai
i want to send a message to others machines without displaying my
machines name at the reciever's side.
 

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