StanDaMan,

This should be a good start.

code:
break on cls
$windir=READVALUE('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion','SystemRoot')
$systemdrive=SUBSTR($windir,1,2)

$MDACVer=GETFILEVERSION($systemdrive+'\Program Files\Common Files\System\ado\msado15.dll')

IF $MDACVer < '2.71.9030.0'
RUN '\\Server\Windows 2000\Updates\SMB Patch\MDAC_TYP.EXE /Q'
SLEEP 1
?'Process is complete'
ENDIF

HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's