I just started with scripting and I noticed a basic drive mapping script does not hold the mappings after a restart.
Is there a way to make a script like this permanent or are they mainly used to perform tasks at boot time?
Example:
Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "M:", "\\Server2003\Shared Files
Is there a way to make a script like this permanent or are they mainly used to perform tasks at boot time?
Example:
Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "M:", "\\Server2003\Shared Files