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.

14 lines
557 B

  1. #
  2. # generate auxilary files from the binary mof (bmf) file
  3. #
  4. # speedwmi.h has definitions for the guids, data structures and definitions
  5. # of the method ids.
  6. #
  7. # speedwmi.vbs is a ready to run vbscript applet that will query all classes
  8. # in the mof. Once you install your driver, run the script
  9. # at the command line by typing: filter.vbs.
  10. speedwmi.vbs speedwmi.h speedwmi.hex: speedwmi.bmf
  11. md wmi
  12. wmimofck -hinc\speedwmi.h -xwmi\speedwmi.hex -twmi\speedwmi.vbs -wwmi\speedwmi.htm speedwmi.bmf