Cheers NTDOC,
I'm using the latest KIX32.exe (4.5).
All i'm trying to do is auto create printers for citrix clients running roaming profiles.
I'm just looking for a quick simple script that created the printers for the users in the group.
If I change the group for a dist to a security do I use the following?

If InGroup("domain\printergroup")
'User Found' ?
AddPrinterConnection ("\\servername\SHARP AR-407 PCL6") = 0
? "Added printer connection...."
Else
'User not found' ?
EndIf

Thanks
Mark