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

  If AddPrinterConnection("\\server\printer2")
    "-Printer2 Mapped" ?
  Else
    "-Printer2 not Mapped" ?
  EndIf
EndIf
_________________________
Today is the tomorrow you worried about yesterday.