thanks the exe is version 3,62,0,0
I get the
if ingroup ("Blob")=1
if setdefaultprinter(\\server1\blobprn")=0
endif
but i need to extract groups from logged in user, check a config file for matching groups and then add the printer thats in the next column in the config file. (still stuck in grep, sed and awk mode sorry!)
so a for each loop could be run against the users groups to find the matching one and then make default

P.S. Any good docs on Kix?