Addprinterconnection() is the way to connect to NT Based print servers, and in most cases is the preferred way of doing things. Once the printer is setup on the server correctly, and then shared, it is simply a matter of using addprinterconnection. The configuration of the printer, and its drivers come over when you add the connection. It is built into kix. See the manual for further explanation.

Addprinter()is a User Defined Function. It provides a way to add a Local printer (including IP, LPT, COM) to a workstation. To install, it requires the print drivers be available, either on the pc or on the network. The user installing/running the script must be an Administrator of the PC. You also have to define the port, the name, amongst other settings. Addprinter() can be found here: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=84165#Post84165