Why don't you do this:
code:
If InGroup( "Accounting" )
$retcode=AddPrinterConnection ("\\server\AcctHP8")
$retcode=AddPrinterConnection ("\\server\Purchasing HP 2250 Color")
$retcode=SetDefaultPrinter ("\\server\Accounting HP 8100")
If @USERID='specialuser'
$retcode=SetDefaultPrinter ("\\computer\Special Printer")
EndIf
EndIf

_________________________
There are two types of vessels, submarines and targets.