Click to See Complete Forum and Search --> : how to read bios date and version?


sharma_sudhir
October 9th, 2001, 09:13 AM
I am just wondering if anybody can find me a sample code to read BIOS date using C or C++.

Thanks a lot.


Sudhir Sharma

NigelQ
October 11th, 2001, 01:29 AM
It's in the registry if that helps...

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System

- Nigel

jessej3000
December 13th, 2007, 01:39 AM
Yes you can

you will use outp() and inp().

outp(0x70,{put the bios address here 1 to 128});

read the value with

inp(0x71);