The latest version of Kixtart also has the @PRODUCTTYPE macro which can be used like:

-------------Code------------

IF @PRODUCTTYPE="Windows 98"
USE U: @HOMEDIR
ELSE
GOTO "QUIT"

:QUIT
QUIT

------------ENDCode----------

Regards,

Alex