![]() |
|
|
|
|
|
|
2
30th October 10:33
External User
Posts: 1
|
Hello kmonroe.mgbp,
See inline. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm Sorry, can not follow this path on my test machine to the "Group - [Console Root\Local Computer Policy] EXTENDED" If you use this one: Option Explicit Dim objNetwork, strUserName, strDriveLetter, strHomeServer Set objNetwork = CreateObject("WScript.Network") strDriveLetter = "X:" strHomeServer = "\\mgbp2k\users" strUserName =objNetwork.UserName objNetwork.MapNetworkDrive strDriveLetter, strHomeServer & strUserName Wscript.Echo " Share, check: " & strDriveLetter WScript.Quit |
|