BIOS Information
Keywords: BIOS DMI SYSINFO
Question:
How can I read machine BIOS informationAnswer:
IBM provices some free utilities at...
http://www.ibm.com/products/surepath/documents/utilities.htmlDownload the WinBios utility.
It can be used to pipe output to a file ala...
cmd=Environment("COMSPEC") RunWait(cmd,"/c winbios.exe >c:\biosinfo.txt")
Article ID: W14972