Incorrect syntax
code:
IF @PRODUCTTYPE = "Windows 2000 Professional" OR @PRODUCTTYPE = "Windows XP Professional"
GOTO INST
ELSE
? "This workstation is not Windows 2000 Professional or Windows XP Professional"
EXIT
ENDIF

Also, look at the OSID() UDF and never use GOTO. It's not even necessary in your case.
_________________________
There are two types of vessels, submarines and targets.