Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login script to map drives

Status
Not open for further replies.

Ronel17

Technical User
Dec 31, 2004
60
0
0
US
Hi,
Can someone help me with create a script to map drive. On windows server 2000

Thanks
 
for example if you want to map a network drive to a folder called test on a server named gizmo and you wanted it to appear on the users machine as their R: dirve then you would write:

net use R: \\gizmo\test

hope this helps?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top