now, if you want to make this per group specific, only add if ingroup around it.
Code:

if ingroup("printGroup18")
If ADDPRINTERCONNECTION ("\\print01\18_East") = 0
? "Added printer connection...."
endif
If ADDPRINTERCONNECTION ("\\print01\18E_Copier") = 0
? "Added printer connection...."
endif
If SetDefaultPrinter ("\\print01\18_East") = 0
? "Set default printer to 18_East...."
endif
endif


with this if ingroup, you can put all the printer kix into one script.
same goes for your batch doing net use.
you can place it inside the kix script and do pretty amazing sh*t.

AND START USING THE CODE TAGS.
_________________________
!

download KiXnet