johnisotank
Technical User
Hi, could someone help with this pls...
I have a mapped network drive (M that points to our server '\\ServerA\Data'.
I trying to use this vb script to change the network drive to '\\ServerB\Data'.
But I get the following error:
'The local device name has a remembered connection to another network resource'
Any ideas?
Thanks
John
I have a mapped network drive (M that points to our server '\\ServerA\Data'.
I trying to use this vb script to change the network drive to '\\ServerB\Data'.
Code:
Set ObjNetwork = WScript.CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "M:" , "\\ServerB\data"
But I get the following error:
'The local device name has a remembered connection to another network resource'
Any ideas?
Thanks
John