Hi!! Ok I have this script where I map drives in VB using
WSHNetwork.MapNetworkDrive "O:", "\\new1\Temp dump"
WSHNetwork.MapNetworkDrive "Q:", "\\new1\NMF leads"
but I get an error if it already is mapped. Is there a way I could to see if it is already mapped and if so do nto go through with the mapping process THANX!!!
WSHNetwork.MapNetworkDrive "O:", "\\new1\Temp dump"
WSHNetwork.MapNetworkDrive "Q:", "\\new1\NMF leads"
but I get an error if it already is mapped. Is there a way I could to see if it is already mapped and if so do nto go through with the mapping process THANX!!!