Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


BIOS Information

 Keywords:  BIOS DMI SYSINFO

Question:

How can I read machine BIOS information

Answer:

IBM provices some free utilities at...
http://www.ibm.com/products/surepath/documents/utilities.html

Download 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