and so on and so on....Code:on error resume next
Set WshNetwork = CreateObject("WScript.Network")
Dim Compname
Compname = WSHNetwork.ComputerName
if left(compname,8) = "JNRCLASS" then
PrinterPath = "\\curricsvr1\JUNIOR-SUITE"
PrinterPath2 = "\\curricsvr1\LIBRARY"
WshNetwork.AddwindowsPrinterConnection PrinterPath
WshNetwork.AddwindowsPrinterConnection PrinterPath2
WshNetwork.SetDefaultPrinter "\\curricsvr1\LIBRARY"
end if

