I need to map drive on server which is password protected ....
so i used this:
but I get an Error 424 'object required'
in this:
set objNetwork = WScript.CreateObject("WScript.Network")
what is wrong
should i install something or....
any idea to solve this... or some other method to map password protected drive
so i used this:
Code:
persistent = false
set objNetwork = WScript.CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "driveletter:", "\\server\sharename", persistent, "username", "password"
but I get an Error 424 'object required'
in this:
set objNetwork = WScript.CreateObject("WScript.Network")
what is wrong
should i install something or....
any idea to solve this... or some other method to map password protected drive