Navigation: thinBasic Modules > WMI |
|
Description
WMI module provides functions to handle Windows Management Instrumentation technology.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "WMI"
This directive will load the module and add the following new keywords.
Attention
Important notes about WMI module usage
|
References
For a list of WMI classes, please have a look at http://msdn2.microsoft.com/en-us/library/aa394554.aspx
Attention, it is a huge huge area so quite easy to get lost.
Other reference: http://www.dmtf.org/standards/wbem
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |