Total job counter

G

Guest

Hi,

I have about 300 print queues on my window 2000 server. Does anyone have a
vb script to retrive the total jobs that have been serveed by each print
queue?

Thanks,
 
D

Duncan.Jones

There is no counter held by the spooler api - you will need to monitor
the printers yourself and increment the counters yourself.
Unfortunately this is not particularily easy and I don't think VBScript
(with its lack of support for multi-threading) is a good language
choice.

I have written an article on how to do this in VB.Net - see
http://www.merrioncomputing.com/Articles/index.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top