Re: [ActiveDir] OT: Network latency on VBScript-mapped drive letters.

2007-01-24 Thread Matheesha Weerasinghe
Just curious. Are you sure its not something like AV scanning network files on access? Generally once scanned they add them to a temp db of known good list to prevent scanning when accessed later. If so, that would explain slow performance when first accessing the files but better responses when

[ActiveDir] OT: Network latency on VBScript-mapped drive letters.

2007-01-23 Thread Laura E. Hunter
So I have a VBScript that I use to map a network drive to a DFS share, as follows: strDriveLetter = S: strBaseDrivePath = \\domain name\dfs root\share name\ Set objNetwork = CreateObject(WScript.Network) objNetwork.MapNetworkDrive strDriveLetter, strBaseDrivePath set objNetwork = nothing

RE: [ActiveDir] OT: Network latency on VBScript-mapped drive letters.

2007-01-23 Thread Kevin Brunson
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laura E. Hunter Sent: Tuesday, January 23, 2007 12:52 PM To: ActiveDir@mail.activedir.org Subject: [ActiveDir] OT: Network latency on VBScript-mapped drive letters. So I have a VBScript that I use to map a network drive to a DFS share, as follows