I have my login script checking OS using @PRODUCTTYPE for informational purposes only. Would i would like to do is if the OS is windows 95 or any flavour of server then the command won't run. Otherwise it will run the script, here is the following piece off script. Can any recomend.

Thanks
James

If @PRODUCTTYPE = "windows 95"
endif
else
InGroup ("MIS")
shell "\\dc01\netlogon\vplogon.bat >c:\vplogonerrors.txt"
endif