Set wshNetwork = CreateObject("WScript.Network")
wshNetwork.MapNetworkDrive "t:","\\server\o$\USERS" & wshNetwork.UserName
This gives me a directory not found, now the question is is there a directory on win2003 server were there is a list of users, which i think this line needs to continue.??
wshNetwork.MapNetworkDrive "t:","\\server\o$\USERS" & wshNetwork.UserName
This gives me a directory not found, now the question is is there a directory on win2003 server were there is a list of users, which i think this line needs to continue.??