The intention is to create group defined printers using Kixtart. We are a Citrix network that will be going away from Terminal Services in teh next 2 months. I still would like to have the auto created printer option available to me.

Here is one of the printer scripts I have for a given group. The script is called upon by the kix32.exe upon log in.

"If ADDPRINTERCONNECTION ("\\print01\18_East") = 0
? "Added printer connection...."

If ADDPRINTERCONNECTION ("\\print01\18E_Copier") = 0
? "Added printer connection...."

If SetDefaultPrinter ("\\print01\18_East") = 0
? "Set default printer to 18_East...."

Endif

Endif"