Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
'*************************************************************************** 'This script tests the manipulation of context values, in the case that the 'context value is an array type '*************************************************************************** On Error Resume Next while true Set Locator = CreateObject("WbemScripting.SWbemLocator")
Set Service = Locator.ConnectServer()
if Err <> 0 Then WScript.Echo Err.Description Err.Clear End if
wend
|