after testing audit.kix on a 98 box, it seems that KEYEXIST commands are returning 0 all the time, even though the registry key that they're checking does in fact exist.

code:
$office2K = KEYEXIST("HKLM\Software\Microsoft\Office\8.0")

that's OK isn't it? it returns 0 [Frown]