Question
October 2, 2007 at 11:32 AM
mark

client mapping to a partition on a server

by mark . Updated 18 years, 10 months ago

I have setup a partition on a server. I would like to have client workstations map a few logical drives to different parts of the partion. The partition on the server is labeled ‘Z’. Would the following code get the job done in a logon script?
Set objNetwork = CreateObject(“WScript.Network”)
objNetwork.MapNetworkDrive “Y:” , “\\DBBC-SERVER\z:\DBBC_DB”
objNetwork.MapNetworkDrive “Z:” , “\\DBBC-SERVER\Z:\MemberPO”

This discussion is locked

All Comments