I know this is an easy question for most here: How do I delete a print queue? I am moving the management of a network printer from one print server to another. My current script for assigning a printer is as follows:

 Code:
IF @UserID = "FDUser"
	If AddPrinterConnection ("\\printsvr1\FDUpstairsEMS") = 0
		? "Added printer connection...."
	EndIf
EndIf


I would like to replace the "\\printsvr1\FDUpstairsEMS" with "\\printsvr2\FDUpstairsEMS"

Thank you kindly \:\)
_________________________
let the wise listen and add to their learning,
and let the discerning get guidance- Proverbs 1:5