See also the OSID() - Identifies operating system, service pack level, and OS kernel UDF for OS and role differentiation
code:
$os=osid()
if $os[1]='Win9x' or $os[2]<>'Workstation'
exit 0
endif

_________________________
There are two types of vessels, submarines and targets.