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.

18 lines
485 B

  1. Option Explicit
  2. Dim oCluster
  3. Dim oProps
  4. dim oValue
  5. Set oCluster = CreateObject("MSCluster.Cluster")
  6. oCluster.Open ("galenb-a-clus")
  7. oValue = oCluster.CommonProperties.Item(8).Value
  8. oCluster.CommonProperties.Item(9).Value = oCluster.CommonProperties.Item(9).Value
  9. 'WScript.Echo(oCluster.PrivateProperties.Item(1).Name)
  10. 'oCluster.PrivateProperties.Item(1).Name
  11. 'oCluster.PrivateProperties.Item(2).Name
  12. 'oCluster.PrivateProperties.Item(3).Name
  13. WScript.Echo("Done")