jefrie
Thu Jan 26 03:00:03 CST 2006
I interpret your question as follows:
You have a netware printserver/shared printer and your clients/workstations
use this printer. To remove this printer you can use this code:
Set objNetwork = WScript.CreateObject("WScript.Network")
objNetwork.RemovePrinterConnection "\\PrintServer\xerox3006"
found here:
http://www.microsoft.com/technet/scriptcenter/scripts/printing/client/prclvb05.mspx
Hope that will help you
--
Jens Frieben (Germany)
"JeffH" wrote:
> Hi,
>
> Has anyone ever succeeded in removing a printer from a Netware print queue?
> I have several computers in my organization that can print to this print
> queue and I've been trying to remove this reference by using a vbScript.
>
> Thanks in Adcvance,
> JeffH
>
>
>