Net Use command in Windows 2000

  • Thread starter Thread starter Robert Perkins
  • Start date Start date
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
 
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
 
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
 
Net use \\ComputerName\ipc$ /u:Domain\User "Password"

This posting is provided "AS IS" with no warranties, and confers no rights
 
hai
i want to send a message to others machines without displaying my
machines name at the reciever's side.
 
Back
Top