Could someone show me how to get the BIOS date.
Thanks in advance
Otto
FUNCTION Main()
LOCAL oLoc,oWmi,oLis, oBios
oLoc := CreateObject( "wbemScripting.SwbemLocator" )
oWmi:=oLoc:ConnectServer()
oLis := oWmi:ExecQuery( "SELECT * FROM Win32_BIOS " )
FOR EACH oBios IN oLis
? oBios:Name,;
oBios:ReleaseDate //Release date of the Windows BIOS in the Coordinated Universal Time (UTC) format of YYYYMMDDHHMMSS.MMMMMM(+-)OOO.
NEXT
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 80 guests