Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /homepages/40/d806441738/htdocs/clickandbuilds/edwardsd/work/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Simple script to show host name of the local machine in a popup window add code to “ShowHost.vbs”
Dim Shell Dim CompName Set Shell = WScript.CreateObject("WScript.Shell") CompName = Shell.ExpandEnvironmentStrings("%COMPUTERNAME%") Msgbox "Your Computer name is " & CompName |