N
NoWhereMan
Is there a tool logging how many pages I've print since a date?
many thanx
many thanx
Is there a tool logging how many pages I've print since a date?
many thanx
B. R. 'BeAr' Ederson said:[...]
If you have done so, an event (= number 10) for all print jobs will be
logged, containing the printer name and the number of pages sent to
this printer. (If you cancel a print job, only the really sent pages
are logged.)
[...]
Use this command line:
psloglist.exe -i 10 -s > printed.txt
You can add a -t switch to get the output file tab-delimited instead
of the standard comma-delimited way. To really retrieve the desired
information you have to reformat the output further. Use the editor,
spreadsheet, or the text pipe utilities of your choice.
(maybe I'll customize it myself with a GUI...)
B. R. 'BeAr' Ederson said:[Read event from EventLog](maybe I'll customize it myself with a GUI...)
If you're a programmer, you'll maybe check this Platform SDK link:
http://msdn.microsoft.com/library/en-us/debug/base/reading_the_event_log.asp
Also worth reading are the first articles returned by this search:
http://search.microsoft.com/search/results.aspx?qu=Exploring+Event+Logs
There are quiet a few. Unfortunately, all programs I know of are not
free.
[...]Susan Bugher said:
NoWhereMan said:Susan Bugher said:
[...]
Thanx but I needed something easier![]()
Program: Karen's Print Logger
B. R. 'BeAr' Ederson said:Oh. Good to know. I haven't checked Karen's site for at least 2 years.
From the 'intellectual' POV Karen writes excellent programs. Some very
interesting ideas, indeed. But, unfortunately, all of them are such a
horrible bloatware that I never kept one after a first glance. What a
pity that she uses VB (incorporating bulky libraries, moreover) instead
of a decent ;-) programming language.
B. R. 'BeAr' Ederson said:Oh. Good to know. I haven't checked Karen's site for at least 2 years.
From the 'intellectual' POV Karen writes excellent programs. Some very
interesting ideas, indeed. But, unfortunately, all of them are such a
horrible bloatware that I never kept one after a first glance. What a
pity that she uses VB (incorporating bulky libraries, moreover) instead
of a decent ;-) programming language.
she uses VB (incorporating bulky libraries, moreover) instead of a
decent ;-) programming language.
B. R. 'BeAr' Ederson said:Oh. Good to know. I haven't checked Karen's site for at least 2 years.
From the 'intellectual' POV Karen writes excellent programs. Some very
interesting ideas, indeed. But, unfortunately, all of them are such a
horrible bloatware that I never kept one after a first glance. What a
pity that she uses VB (incorporating bulky libraries, moreover) instead
of a decent ;-) programming language.
I wanted to make a tangential note. For those installing KarenWare progs,
and who can recognize when they already have the VB runtimes used. Due
to how she packages her distributions, the whole install hassle can be
bypassed. I just drag-drop things via my PowerArch extension, until I
at last end at the contents of the extracted cab.
Then I delete all the superfluous items (the VB libraries and the setup
related things), leaving the executable and the documentation behind.
All of her programs have successful run out of the box for me this way.
And if I am in any doubt about whether I have an equal or higher version
in my path of one of the VB runtimes in the CAB package, then I launch
this extremely useful little tool:
FileVer, by Anders Svensson [Snip]
(Oops: It is a VB-based app. Still like it, of course.
That programmer even had another program available, an SR utility, which
features that rare capability of a range search function, which was so
tempting, it made me almost get swayed into taking the step into
installation of the .Net runtimes.)
B. R. 'BeAr' Ederson said:[Snip]FileVer, by Anders Svensson
Although I have a whole bunch of utilities for this task on hands I
nearly always use Steve Millers Dependency viewer.
I still use BKReplaceEm:
B. R. 'BeAr' Ederson said:That's only one point. Even for VB software her programs are 'fat'. She
does a lot of 'housekeeping', which gets necessary because of the ways
she has done other 'housekeeping' beforehand. And - coming back to the
Print logger software - she for instance *polls* for changes instead of
*hooking* the related function calls. That way she sure avoids the need
of Administrator Privilegs. But for the cost of an immense increase of
system resource usage. :-(
I regularly use a command on my context-menu for executables, which
gives a quick popup info on what it identifies as their language, or
what kind of compression was used, if they are packed executables.
The program behind that is PETools.
This program is very good for this use. Just that there is one particular
area of weakness: it seems to have problems when it comes to Delphi. It
most often responds to those with a "Dunno."
B. R. 'BeAr' Ederson said:[Snip]FileVer, by Anders Svensson
Hey, what's this, call-to-arms for a boycott?
How bout we compromise? Only suppress those programs with multiple OCXs.
(I'm on record for how I feel on that matter.)
This is for a different function. I drag some files into FileVer, then
tell it to show provide a comparative list of matched names from another
directory (usually for my use it's my system directory). It provides an
output report, showing exact matches, and then name matches only, with
versions (+date +size). All in a quick popup window. The display is
colored according to types of matches, and the clipboard picks that up
RTF format, if I need to save. It also has a command to do something
regarding synchronizing the files, but I haven't used it that way.
My single real complaint with it is the context-menu not taking
the copy-paste function. Yes, sometimes I am willing to act like a
"real" computer user, and use keyboard. But the context-action for
copy and paste, it stays very deeply ingrained in my habits, so I
get a lot of frustrating false fires when using ReplaceEm.
My main point here, it'd concern the situation that locating any
programs with the range replace feature, it's a such rare event..
So that might exhaust my whole known list. For programs that do the
range search...
B. R. 'BeAr' Ederson said:[BKReplaceEm]My single real complaint with it is the context-menu not taking
the copy-paste function. Yes, sometimes I am willing to act like a
"real" computer user, and use keyboard. But the context-action for
copy and paste, it stays very deeply ingrained in my habits, so I
get a lot of frustrating false fires when using ReplaceEm.
Never tripped about this. I very seldom use the mouse for such
actions. ;-) If you would commit the codes used within ReplaceEm
to your memory you could work directly within the main window.
(Instead of the 'Advanced Edit' section.) - Since the copy/paste
function using the mouse *is* enabled in the main window. ;-)
I very seldom use the mouse for such actions. ;-)
B. R. 'BeAr' Ederson said:Yes. I do it likewise, browsing most archives directly like directories
within <OT> my favorite file manager </OT>. (Getting new/updated versions
for my unpackers and incorporating them in <see above> is a vitally task
for me.)