Welcome to my Scripting page. This blog has ready to use VBScript and Powershell scripts either written or collected from various websites around the web
Wednesday, September 26, 2007
VB Script to get computer name from your workstation
Set WshNetwork = WScript.CreateObject("WScript.Network") WScript.Echo "You Computer Name = " & WshNetwork.ComputerName
No comments:
Post a Comment