We have several printers in our company network. I would like to know if it
is possible to check the current print jobs/queues for each of them. That
way, if a user wants to print something (big), I could give her a hint as to
which printer would get the job done first. We're using win2k and xp, btw.
Any ideas? I'm pretty new to python, I'm afraid..
TIA,
g
You can probably do this with WMI. Ah yes, see
<http://www.c-sharpcorner.com/Code/2002/May/IntPrinterQWMI.asp>.
You can drive WMI from Python with Tim Golden's WMI module -
<http://tgolden.sc.sabren.com/python/wmi.html>.
Do let us know what you come up with!
--
Cheers,
Simon B,
si...@brunningonline.net,
http://www.brunningonline.net/simon/blog/
Roger
"Guy Lateur" <guy.l...@b-b.be> wrote in message news:3EAne.108100$xW2.6...@phobos.telenet-ops.be...
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
"Simon Brunning" <simon.b...@gmail.com> schreef in bericht
news:mailman.392.11177139...@python.org...
Alternatively, I could send the info about a user's print jobs from their
individual pc to a central 'database', and then get it from there.
Just brainstorming out loud, here..
"Guy Lateur" <guy.l...@b-b.be> schreef in bericht
news:B5Zpe.115048$N46.6...@phobos.telenet-ops.be...