Custom Search

Wednesday, October 7, 2009

How to find the Network UserName

Set wshNetwork =CreateObject( "WScript.Network" )
strUserName = wshNetwork.UserName
msgbox strUserName

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.