This UDF gets basic information about BIOS. I'm author of this udf, and this is my first udf.
Example:
#include "BIOS.au3"
Example()
Func Example()
MsgBox(0, "", _
@CRLF & "BIOS Release Date...........| "& _BIOS_Release_Date() & _
@CRLF & "BIOS Vendor.....................| "&_BIOS_Vendor() & _
@CRLF & "BIOS Version....................| "& _BIOS_Version() & _
@CRLF & "System BIOS Version.......|