Does anyone know how to check whether the local printer
is attach to a workstation or not using vb script or WMI ?

The workstation (w2000) may have boths the network
printer and a local printer attach or just the network
printer. The Printer Driver(local/network) may be install
already, but the local printer may have remote from the
workstation, so check the driver exist or not is not a
good idea.

Thanks!

Re: How to found out the local printer to connect or not by name

name
Wed Oct 22 01:06:36 CDT 2003

"The Printer Driver(local/network) may be install
already,"

====================================

your "vector" is unclear.

you operate (whether it is) a workstation,
or a machine administrating printers,
or need to know interuption time
before filling the paper tray?


"check the driver exist or not is not a
good idea. "

Is that another roadmap?

====================================

Please!





"keng" <mshieu@yahoo.com> wrote in message
news:01f701c39812$03eb6e60$a601280a@phx.gbl...
> Does anyone know how to check whether the local printer
> is attach to a workstation or not using vb script or WMI ?
>
> The workstation (w2000) may have boths the network
> printer and a local printer attach or just the network
> printer. The Printer Driver(local/network) may be install
> already, but the local printer may have remote from the
> workstation, so check the driver exist or not is not a
> good idea.
>
> Thanks!


Re: How to found out the local printer to connect or not by keng

keng
Wed Oct 22 08:14:01 CDT 2003

Hi,

Sorry about the question is unclear! Here,
The question is, l want to check by sending a script to
see the workstation has a local printer attach to it.
Since, when the workstation build, the printer driver is
install on the workstation(network printer and local
printer driver), but the local printer may be remove or
disconnect by user, so l want to query whether or not a
local printer is attach to the workstation. Thanks!