basic map drive scripts



Hello,

i need a basic map drive script which i've got.. but what happens if it is
already mapped? is there a similair /peristent option? or does it disconnect
automatically?

Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "x:" , "\\server\share"


.


Loading