Ok then try it this way..

 Code:
If InGroup("Domain Users")
  $rc = AddPrinterConnection("\\server\printer1")
  If $rc = 0
    "-Printer1 Mapped" ?
  Else
    "-Printer1 not Mapped" ?
  EndIf

  $rc = AddPrinterConnection("\\server\printer2")
  If $rc = 0
    "-Printer2 Mapped" ?
  Else
    "-Printer2 not Mapped" ?
  EndIf
EndIf


Edited by Gargoyle (2009-02-13 08:19 PM)
Edit Reason: no code tags
_________________________
Today is the tomorrow you worried about yesterday.