2) If I can recall in the past, if you specify the code below, you are just verifing if the printer connection exists (if not then add).

If AddPrinterConnection("\\lnx1\hp4000") = 0


So for the line of code, I am verifying if the printer is added successfully? Is this better practice than just puting only?

AddPrinterConnection("\\lnx1\hp4000")


Thanks for so much needed info.

Tt