Source code of Windows XP (NT5)
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.

12 lines
367 B

  1. var x;
  2. x = WScript.CreateObject("MSCluster.Cluster");
  3. x.Open ("GALENB-A-CLUS");
  4. x.CommonProperties.Item(8).value;
  5. x.CommonProperties.Item(9).value = x.CommonProperties.Item(9).value;
  6. // WScript.Echo(x.PrivateProperties.Item(1).name)
  7. x.PrivateProperties.Item(1).name;
  8. x.PrivateProperties.Item(2).name;
  9. x.PrivateProperties.Item(3).name;
  10. WScript.Echo("Done")