hello,
When i try to set a Default Printer with this code it doesn't work... what I do wrong?:
Code:
IF INGROUP("ALL_users")
Deltree ("HKEY_Current_User\printers\connections")
AddPrinterConnection("\\testserver\CanoniR2.3")
setdefaultprinter("\\testserver\HPColorL")
AddPrinterConnection("\\testserver\HPColorL")


ENDIF



with kind regards,

Tom