I've seen lately to many FSO and Network share problems.
Maybe creating this thread will helo find the solution faster.
________
George, M
Maybe creating this thread will helo find the solution faster.
Code:
Set ws = CreateObject("WScript.Network.1")
'Drive map the share ws.MapNetworkDrive "Z:", "\\MyServer\public",false,user,pass
'do your job using Z drive
'remove the drive map
ws.RemoveNetworkDrive "Z:",true
________
George, M