Right now I have remote printers shared through our local server, but I'd like to have them use the IP address of the printer instead. How do I map an IP printer and copy the correct drivers for it when someone logs in?
This is what I'm doing now:

;El Paso Printers
If ComputerInGroup('El Paso') = 1
If PriMapState('\\server1\EL-4000N') = 0
AddPrinterConnection ("\\server1\EL-4000N")
EndIf
If PriMapState('\\server1\EL-4100N') = 0
AddPrinterConnection ("\\server1\EL-4100N")
EndIf
EndIf