I wish to disconect nettwork's path after the job is finiched.
I have make 2 scripts that work fine but i wish merge it.
The first is:
Dim WshNetwork
Dim objShell
Set WshNetwork.CreateObject ("WScript.Network")
WshNetwork.MapNetworkDrive "O:", "\\Servername\Shere",,"username", "Password"
Set...