Hi

I recently made a script that checked a registry key's value for the build number of novell groupwise and then do something if it was a certain build, my code was just:

 Code:
$x = ReadValue("HKEY_LOCAL_MACHINE\SOFTWARE\Novell\GroupWise","BuildNumber")

IF $x >= 3007

	REM THIS IS WHERE YOU WOULD DO WHAT YOU WANT IT TO DO

ENDIF