let's say you need to pull values from the operating system WMI class, in XP you can do as follows:-
open a command prompt and try this
wmic.exe path win32_BaseBoard get /format:htable > win32_BaseBoard_test.html
the above will pull all values for win32_BaseBoard and place the output in a html formatted table which you can view in Internet Explorer (will not display correctly in Firefox).
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
let's say you need to pull values from the operating system WMI class, in XP you can do as follows:-
open a command prompt and try this
the above will pull all values for win32_BaseBoard and place the output in a html formatted table which you can view in Internet Explorer (will not display correctly in Firefox).
attached is an example output of the above code.
cheers
anyweb
win32_BaseBoard_test.html
Share this post
Link to post
Share on other sites