Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Print "logger" tool

9 views
Skip to first unread message

NoWhereMan

unread,
Nov 7, 2004, 5:16:08 AM11/7/04
to
Is there a tool logging how many pages I've print since a date?
many thanx

--
------
It's
___/\/o\/\/here/\/\an___
Utopia must not fall


B. R. 'BeAr' Ederson

unread,
Nov 7, 2004, 8:02:51 AM11/7/04
to
On Sun, 7 Nov 2004 11:16:08 +0100, NoWhereMan wrote:

> Is there a tool logging how many pages I've print since a date?
> many thanx

There are quiet a few. Unfortunately, all programs I know of are not
free. If you have a NT based system (NT 4.0 to WinXP) there is a
(somewhat dirty) workaround, though:

Open the 'Printers' folder (Start menu -> Properties). Select 'Server
Properties' from 'File' menu and tab to 'Advanced'. Select the 'Log
Spool information' and save the changes. Please note: The entries
may have slightly different names, because I translated them from my
system without cross-checking the proper MS naming conventions.

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.)

Now you can either save the data for all Event 10 entries from the
internal EventViewer or use SysInternals PSLogList:

http://www.sysinternals.com/ntw2k/freeware/psloglist.shtml

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.

BeAr
--
===========================================================================
= What do you mean with: "Perfection is always an illusion"? =
===============================================================--(Oops!)===

NoWhereMan

unread,
Nov 7, 2004, 8:33:32 AM11/7/04
to

"B. R. 'BeAr' Ederson" wrote:
>

[...]


> 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.
>

Thank you! I'm checking it out.
(maybe I'll customize it myself with a GUI...)

bye

B. R. 'BeAr' Ederson

unread,
Nov 7, 2004, 2:41:22 PM11/7/04
to
On Sun, 7 Nov 2004 14:33:32 +0100, NoWhereMan wrote:

[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

HTH.

NoWhereMan

unread,
Nov 8, 2004, 8:21:17 AM11/8/04
to

"B. R. 'BeAr' Ederson" wrote:

> [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
>

I'm not very experienced in Windows/c++ programming, but I'll anyway give it
a check.
Thank you!

Susan Bugher

unread,
Nov 14, 2004, 2:30:29 PM11/14/04
to
B. R. 'BeAr' Ederson wrote:

> On Sun, 7 Nov 2004 11:16:08 +0100, NoWhereMan wrote:
>
>>Is there a tool logging how many pages I've print since a date?

> There are quiet a few. Unfortunately, all programs I know of are not
> free.

Program: Karen's Print Logger
Author: (Karen Kenworthy)
Ware: (Freeware)
http://www.karenware.com/

http://www.karenware.com/powertools/ptprnlog.asp
Print Logger v2.4.1
Updated Feb 25, 2004
Know what documents you print, when and where you print them. Karen's
Print Logger records each completed print job in a special log file. The
log file can be viewed, sorted, and imported into your favorite
spreadsheet or word processor.

http://www.karenware.com/progs/ptprnlog-setup.exe
1,118,072 bytes

Susan
--
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org
ACF FAQ: http://clients.net2000.com.au/~johnf/faq.html
ACF wiki: http://www.markcarter.me.uk/cgi-bin/wiki.pl?AcfWiki

NoWhereMan

unread,
Nov 15, 2004, 7:28:26 AM11/15/04
to

"Susan Bugher" <whoise...@kvi.net>

> Program: Karen's Print Logger
> Author: (Karen Kenworthy)
> Ware: (Freeware)
> http://www.karenware.com/

[...]

Thanx but I needed something easier :)

Susan Bugher

unread,
Nov 15, 2004, 12:45:44 PM11/15/04
to
NoWhereMan wrote:

> "Susan Bugher" <whoise...@kvi.net>
>
>>Program: Karen's Print Logger
>>Author: (Karen Kenworthy)
>>Ware: (Freeware)
>>http://www.karenware.com/
>
> [...]
>
> Thanx but I needed something easier :)

YW. Sorry it's not what you're looking for.

B. R. 'BeAr' Ederson

unread,
Nov 15, 2004, 12:51:04 PM11/15/04
to
On Sun, 14 Nov 2004 14:30:29 -0500, Susan Bugher wrote:

> Program: Karen's Print Logger

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.

Susan Bugher

unread,
Nov 15, 2004, 1:37:32 PM11/15/04
to
B. R. 'BeAr' Ederson wrote:
> On Sun, 14 Nov 2004 14:30:29 -0500, Susan Bugher wrote:
>
>>Program: Karen's Print Logger
>
> 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.

Elitist Snob! ;)

I haven't reached your level of discrimination. Ignorance is bliss. I
use Karen's Directory Printer and like it a lot. :)

omega

unread,
Nov 15, 2004, 6:49:15 PM11/15/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>
> On Sun, 14 Nov 2004 14:30:29 -0500, Susan Bugher wrote:
>
> > Program: Karen's Print Logger
>
> 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.

When she was employed by Winmag, that choice probably could have been
justified. At least by the suits. To do with the fact that her columns
were largely centered around explaining to aspiring programmers the steps
taken to make the programs. Now that the context is otherwise, and she
is independent, I too would like if she would move to a new platform for
her creative energies. KarenWare, The Next Gen...

. . . .


> she uses VB (incorporating bulky libraries, moreover) instead of a
> decent ;-) programming language.

:: http://tinyapps.org/faq.html
::
:: To qualify for TinyApps, a program must:
[...]
:: 4. Not require the VB/MFC/.NET runtimes. [...]

I've many times seen programmers make disparaging reference to MFC,
and assert bragging rights when they do not use it. On that one, I
haven't had the least thought of my own. Instead, the awareness that
so many of my favorite programs are based in it...

. . . .
To move my post into an area where I do have a couple of words to say.
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.

http://www.uinc.ru/files/neox/PE_Tools.shtml
http://www.uinc.ru/files/neox/PE_Tools.zip (216k)

That contextual command is "petools /pesniffer %1". Forgotten for sure,
but it's probably the case that it puts that in automatically, when
requested to do so via options in the main GUI after a direct launch.

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."

I've collected several other programs for identifying lang this way,
but they seemed to be far less capable. That said, it's a pursuit where
I could probably do with spending time upgrading my investigations. And
I'd be interested if anyone has experience with using anything similar
to PETools, which they consider to exhibit a fuller scope of recognition.

--
Karen S.

omega

unread,
Nov 15, 2004, 7:15:02 PM11/15/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>
> On Sun, 14 Nov 2004 14:30:29 -0500, Susan Bugher wrote:
>
> > Program: Karen's Print Logger
>
> 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
http://www.nodesoft.com/Filever/

FileVer has become one of the most useful tools I've incorporated into
my habits all year...

(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.)

--
Karen S.

B. R. 'BeAr' Ederson

unread,
Nov 16, 2004, 4:18:11 AM11/16/04
to
On Mon, 15 Nov 2004 13:37:32 -0500, Susan Bugher wrote:

> Elitist Snob! ;)

Ahem. I plead guilty... ;-)

B. R. 'BeAr' Ederson

unread,
Nov 16, 2004, 5:17:17 AM11/16/04
to
On Mon, 15 Nov 2004 16:15:02 -0800, omega wrote:

>>> Program: Karen's Print Logger
>

> 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.

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.)

> 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.

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. :-(

> 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.

;-)

Although I have a whole bunch of utilities for this task on hands I
nearly always use Steve Millers Dependency viewer.

> 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.)

I still use BKReplaceEm:

http://www.orbit.org/replace

omega

unread,
Nov 16, 2004, 5:56:21 AM11/16/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>
> > FileVer, by Anders Svensson
> [Snip]

Hey, what's this, call-to-arms for a boycott?

> > (Oops: It is a VB-based app. Still like it, of course.
>
> ;-)

Ahem.

How bout we compromise? Only suppress those programs with multiple OCXs.
(I'm on record for how I feel on that matter.)

> Although I have a whole bunch of utilities for this task on hands I
> nearly always use Steve Millers Dependency viewer.

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.

> > 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.)
>
> I still use BKReplaceEm:

This is a vital program on which I depend (one particular use is for
mass clean-up of downloaded websites. Removing tables, scripts, etc).
After two years of steady usage with it, I even -finally- developed
a working relationship with its interface, the file sets, etc.

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..

Other than ReplaceEm, and then the program above (which cannot fully
confirm, as have not used), there are only a couple of other instances
where I recall finding it.

One utility which does do range replace, it's called MFRSR ("MicroGenius
Multiple-File Recursive Search and Replace"), vintage 1999. Significant
limitation: no recursion. There was also some other weaknesses in the
back of my memory. I think maybe that it was significantly slow to
do the processing.

Then there was a pair of text editors, by ClassicmanPro, which had
the ability. Labeled there "boundary replace." These weren't around
very long. I downloaded them in 2003. They were taken down sometime
this year, although the site is still there, with other projects. At
the state they were left in, they were, unfortunately, pretty beta.

So that might exhaust my whole known list. For programs that do the
range search...

--
Karen S.

omega

unread,
Nov 16, 2004, 6:17:37 AM11/16/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>
> On Mon, 15 Nov 2004 16:15:02 -0800, omega wrote:
>
> >>> Program: Karen's Print Logger
>
> 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. :-(

Not an attractive portrait!! :)

I don't avoid fat programs entirely. Yet for those which I want to run
quite often, daily, I look for what is tight, and light on my system.

And too, preferably what it respectful of my environment. (Not be forceful
in making vanity regkeys in HKCR, nor dump its settings in various places
around my drive.)

--
Karen S.

B. R. 'BeAr' Ederson

unread,
Nov 16, 2004, 6:25:03 AM11/16/04
to
On Mon, 15 Nov 2004 15:49:15 -0800, omega wrote:

> 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.

Out of old habit I mostly still use FS by SMT/SMF. Or look directly
inside the hex display of the file. I have a couple of other tools
available for identification, but seldom need to use them. In such
rare cases there is sometimes one, sometimes another better.

> 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."

Nobody can tell you more about Delphi programs than DaFixers DeDe:

http://dede.zadnik.org/IndexDF.html

But it will be an overkill regarding your supposed needs...

BeAr
--
===========================================================================
= What do you mean with: "Perfection is always an illusion"? =
===============================================================--(Oops!)===

Group alt.comp.freeware

B. R. 'BeAr' Ederson

unread,
Nov 16, 2004, 7:05:24 AM11/16/04
to
On Tue, 16 Nov 2004 02:56:21 -0800, omega wrote:

> "B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>>
>>> FileVer, by Anders Svensson
>> [Snip]
>
> Hey, what's this, call-to-arms for a boycott?

Oh. No! I just thought it enough to have the links within your post.

> How bout we compromise? Only suppress those programs with multiple OCXs.
> (I'm on record for how I feel on that matter.)

I even use programs depending on *.ocx extensions sometimes. It's of
no avail to decline usage of a program as long as nothing better is
available and a task has to be done... Only hindrance would be some
kind of endangerment to the system (a possible Trojan, severe bugs,
and so on). Installation logging and a quick de-installation are
indispensable in such cases.

You seem to think likewise. ;-)

>> Although I have a whole bunch of utilities for this task on hands I
>> nearly always use Steve Millers Dependency viewer.
>
> 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.

I thought so. But I handle things a bit different. I always have the
newest version *needed* within my system directory or within another
directory of my search path. Programs which depend on *older* versions
of these shared libraries get them within their directory. If a new
program is not at all satisfied with the existing libraries (as checked
with DepView) I either copy the files contained within the installation
package of the program to the Sys-Directory or install the new library
set as a whole. I don't think about saving the old versions because I
always store a full installation set for every program downloaded. So
if a program complains after I updated some libraries I simply extract
the accompanied libraries from there.

[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. ;-)

> My main point here, it'd concern the situation that locating any
> programs with the range replace feature, it's a such rare event..

Sure. And you're *very* right to mention it here. Even if it (maybe?)
didn't sound so: I'm very interested in hearing about it.

[Some other programs with Range replace]


> So that might exhaust my whole known list. For programs that do the
> range search...

I don't know other programs, either.

omega

unread,
Nov 17, 2004, 5:38:29 PM11/17/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>
> [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. ;-)

IOW,
direct edit from here
http://www.redshift.com/~omega/clips/bkr/prob/mainwindow.png
instead of from here
http://www.redshift.com/~omega/clips/bkr/prob/editdialog.png

Thanks for the suggestion. But...I adore the main advanced edit dialog.
I use it in wysiwyg mode. Letting BRK insert the codes. Call me a
squish, if you will. ;)

<the following tangent is ignoring whichever license issues, so consider
it strictly theoretical>

One thing I checked on today. It was whether ResHacker would let me
edit the menus for the prog. I have done that kind of thing on occasion
when it was reasonably easy to approach. For instance, Win32pad, when
the context-object is an URL, its menu is all crippled; and ResHacker
allows repair of that.

On BKR, I took a look, and that was about it.
http://www.redshift.com/~omega/clips/bkr/prob/resdialog.png
http://www.redshift.com/~omega/clips/bkr/prob/resmenu.png
I saw no obvious thing to try, within my simple range. So I abandoned
this approach.

</theoretical>

> I very seldom use the mouse for such actions. ;-)

Part of my mouse orientation there has to do with history of having animals
who require physical attention during leisure computing time, and who get
mad if both hands are taken away full-time for keyboard use.

The one strategy I have tried for workaround on BKR not having the context
copy-paste commands in that primary edit dialog, it was to assign one of my
mouse buttons to have a paste operation within BKR.

This has undesirable side-effect for me, however. Both from when I tried
assigning the normal context-menu ("right click") button. And then when
tried assigning one of my three extra buttons. All of which already have
global assignments that I use all the time (Enter; Alt-Esc; F5). That
side-effect, occurring during periods of frequent BKR use, it was that
my reflexes were inappropriately altered. To start expecting the paste
operation from the particular assigned button, outside of BKR use.

Ok, I suppose this issue might get called a neurological rerouting problem.
;) Still, it's too bad that the problem wasn't solved at the level of the
development of the program, for it to have already included the standard
copy-paste command for context menu within the edit dialog.

Other than that one tangle, BKReplacem makes me very happy. Such a powerful
program. One whose full set of abilities can be found nowhere else....


--
Karen S.

omega

unread,
Nov 17, 2004, 6:17:42 PM11/17/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-11-30.arcornews.de>:
>
> On Mon, 15 Nov 2004 16:15:02 -0800, omega wrote:
>
> > I just drag-drop things via my PowerArch extension, until I
> > at last end at the contents of the extracted cab.
>
> 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.)

Re your OT darling, you might enjoy this review:

http://www.cublea.net/software/effess/tc.html

Confession: one part of cause for my pointing you to that URL, it rises
from the realm of Ulterior Motives. For the chance that it might lead
you to browse the site a bit, possibly finding projects from Cub Lea that
you find interesting. They're Delphi, and released with source [*].

__________
* Re the source code. I should concurrently mention that re-use might be
restricted (?). I'm only an end-user type, and didn't investigate that.


--
Karen S.

B. R. 'BeAr' Ederson

unread,
Dec 2, 2004, 3:50:11 PM12/2/04
to
On Wed, 17 Nov 2004 15:17:42 -0800, omega wrote:

> Re your OT darling, you might enjoy this review:
>
> http://www.cublea.net/software/effess/tc.html

Very nice one. And very true, indeed. But shamefully incomplete 'Pro'
section... ;-)



> Confession: one part of cause for my pointing you to that URL, it rises
> from the realm of Ulterior Motives. For the chance that it might lead
> you to browse the site a bit, possibly finding projects from Cub Lea that
> you find interesting. They're Delphi, and released with source [*].

Hm. Let's have a look:

| The software in this archive is about as interesting as a colorectal exam
| and almost as pleasant, but some of us do happen to have egos to feed.

Really nice and inspiring! ;-)

> __________
> * Re the source code. I should concurrently mention that re-use might be
> restricted (?). I'm only an end-user type, and didn't investigate that.

Maybe the permission to use the source is not the most important
question which arises:

| As one veteran Delphi programmer told me, "We're not laughing with you,
| Cub. We're laughing at you."

Nevertheless an amusing site to browse... ;-)

omega

unread,
Dec 3, 2004, 4:37:21 AM12/3/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-12-31.arcornews.de>:
>
> On Thu, 02 Dec 2004 21:46:20 -0800, omega wrote:
>
> > What he has that most interests me is the GUI frontend for HELPDECO
> > (for extracting contents of .hlp files).
> >
> > http://www.cublea.net/pbp/software/helpdecompilershell/index.html
> >
> > It's the only program I've found for this role. The other one he
> > mentions to have been created, I've never been able to locate it.
> > The download link at helpmaster.com has been dead for quite a long
> > time, and none of my searches ever turned out successful results.
>
> Helpmaster hasn't fixed some links. If you try this one you should
> get the program:
>
> http://www.appletmaster.de/zip/hdctrl32.zip

Well, that one is also by Cub Lea. Excerpts from the readme:

| HELPDECOntrol: an interface to HELPDECO.EXE
|
| Mailing address
| ---------------
| Cub Lea
[...]
| Credits
| =======
| Developed by Cub Lea with the assistance of William Brooks (32 bit version).

But -- thank you for that download. I didn't know of it. Cub Lea doesn't
make it available on his site. He makes available his "Help Decompiler
Shell" (hdshell.zip and hdsrc.zip), and makes available the 16-bit version
of his "HELPDECOntrol" (hdcrtl6.zip). His not having the 32-bit version of
that on his site, perhaps it's to do with not having got permission from
his assistant developer, or who knows.

The program that I have hunted for in vain, it's this one:

http://www.cublea.net/pbp/software/helpdecompilershell/others.html
| HELPDECO Shell
|
| The only real competitor to Help Decompiler Shell. If you need
| something quick and simple and don't mind sacrificing a few
| features for free software, this is worth a look. (Link is near
| page bottom.)
[....]
http://www.helpmaster.com/hlp-developmentaids-helpdeco.htm
| HDS - HelpDeco Shell
|
| HDS is now a complete shell with full redirection and print
| capabilities to use HELPDECO without the need to run it from MS-DOS
| or Windows 95/98 command line.
|
| HDS is not a stand-alone utility and you must have HELPDECO installed
| on your computer to use it.
|
| Freeware by Franco Papassissa
|
| * HDS 2.2 (195kb)

The link there to <http://www.helpmaster.com/zip/hds202.zip>, it comes out
empty, redirecting to some unrelated web page...

--
Karen S.

omega

unread,
Dec 3, 2004, 5:20:41 AM12/3/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-12-31.arcornews.de>:
>
> There are plugins for <OT> you know what ;-) </OT> to browse different
> types of help files just like archives... ;-P
>
> Because these plugins are free addons (to a none-free program) the
> information is not *completely* OT here.

I don't have <OT> you know what ;-) </OT>. But that feature to be able to
browse the hlp files in place like that, it sounds really good, esp assuming
that then opens their rtf and pics up to be able to copy out to clipboard.

How about instead you give me the appropriate email address at microsoft.com
for sending in the request that they make this functionality available as an
update for Windows Explorer? ;)

--
Karen S.

B. R. 'BeAr' Ederson

unread,
Dec 3, 2004, 3:55:04 AM12/3/04
to
On Thu, 02 Dec 2004 21:46:20 -0800, omega wrote:

> What he has that most interests me is the GUI frontend for HELPDECO
> (for extracting contents of .hlp files).
>
> http://www.cublea.net/pbp/software/helpdecompilershell/index.html
>
> It's the only program I've found for this role. The other one he
> mentions to have been created, I've never been able to locate it.
> The download link at helpmaster.com has been dead for quite a long
> time, and none of my searches ever turned out successful results.

Helpmaster hasn't fixed some links. If you try this one you should
get the program:

http://www.appletmaster.de/zip/hdctrl32.zip

> Agree. In his self-deprecating humor, he's often quite funny. Another
> excerpt, regarding the package of 16-color icons he offers for download:
>
>| This is the finest graphics work I've ever produced, and prompted this
>| comment from one downloader: "I used to think farmers shouldn't get paid
>| for not growing crops. After seeing these though, I think you should get
>| paid for not making icons."

omega

unread,
Dec 3, 2004, 5:00:33 AM12/3/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-12-31.arcornews.de>:
>
> Same principle:
>
> http://www.appletmaster.de/zip/hds202.zip

I must have tried that, before resorting to the web.archive. Failure had to
have been due to typo somewhere. That's my story, and I'm sticking to it.

--
Karen S.


B. R. 'BeAr' Ederson

unread,
Dec 3, 2004, 4:58:58 AM12/3/04
to
On Fri, 03 Dec 2004 01:37:21 -0800, omega wrote:

> The link there to <http://www.helpmaster.com/zip/hds202.zip>, it comes out
> empty, redirecting to some unrelated web page...

Same principle:

http://www.appletmaster.de/zip/hds202.zip

omega

unread,
Dec 3, 2004, 4:56:29 AM12/3/04
to
omega <m...@privacy.net>:
>
> "B. R. 'BeAr' Ederson" <br.ed...@expires-2004-12-31.arcornews.de>:
> >
> > Helpmaster hasn't fixed some links. If you try this one you should
> > get the program:
> >
> > http://www.appletmaster.de/zip/hdctrl32.zip
>
> Well, that one is also by Cub Lea.
[...][...]

> The link there to <http://www.helpmaster.com/zip/hds202.zip>, it comes out
> empty, redirecting to some unrelated web page...

BeAr, the www.applemaster.de information, it did the magic trick.

http://web.archive.org/web/20041203014101/http://www.appletmaster.de/zip/hds202.zip

I'd tried web.archive.org for the file in the past, but had used
helpmaster.com, and not thought to work with applemaster.de.

At last, I've now several GUI frontends for helpdeco, where for years had
been stuck at zero. I've sought this for a while. The helpdeco commandline
prog alone is ok, but graphical tools can offer worthwhile conveniences.

As to purpose, if anyone might be wondering. It's that I like to be able
to extract individual parts, more usable, from .hlp files, to gain the
ability to have help excerpts/pages in standard rtf. The biggest annoyance
with being stuck with only .hlp format, it's that copying anything from it
sends to the clipboard in broken plaintext form.

--
Karen S.

omega

unread,
Dec 3, 2004, 12:46:20 AM12/3/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-12-31.arcornews.de>:
>
> On Wed, 17 Nov 2004 15:17:42 -0800, omega wrote:
>
> > http://www.cublea.net/software/effess/tc.html
>
> > [...] to browse the site a bit, possibly finding projects from Cub Lea that

> > you find interesting. They're Delphi, and released with source [*].
>
> Hm. Let's have a look:
>
> | The software in this archive is about as interesting as a colorectal exam
> | and almost as pleasant, but some of us do happen to have egos to feed.
>
> Really nice and inspiring! ;-)

Yep, doesn't make that sound terribly tempting. :)

The navigation on that page <http://www.cublea.net/masterlist.html>
isn't clear. That TOC at the type has jumps within that page blended in
with the important one -- which is to another page, an exclusive list of
what he feels substantially better about distributing.

o Good Windows utilities
(Plain Brown Power master download list)
<http://www.cublea.net/pbp/index.html>

[or noframe: http://www.cublea.net/pbp/products.html ]

I haven't yet tried a lot of what's on the Plain Brown Paper list....

I had tried a couple of the note-taker programs (Notestack and Ticklist),
and found them pretty interesting to explore. Tho' they did not succeed
in making it into my habits for routine use.

What he has that most interests me is the GUI frontend for HELPDECO
(for extracting contents of .hlp files).

http://www.cublea.net/pbp/software/helpdecompilershell/index.html

It's the only program I've found for this role. The other one he
mentions to have been created, I've never been able to locate it.
The download link at helpmaster.com has been dead for quite a long
time, and none of my searches ever turned out successful results.

> | As one veteran Delphi programmer told me, "We're not laughing with you,


> | Cub. We're laughing at you."
>
> Nevertheless an amusing site to browse... ;-)

Agree. In his self-deprecating humor, he's often quite funny. Another


excerpt, regarding the package of 16-color icons he offers for download:

| This is the finest graphics work I've ever produced, and prompted this
| comment from one downloader: "I used to think farmers shouldn't get paid
| for not growing crops. After seeing these though, I think you should get
| paid for not making icons."

--
Karen S.

B. R. 'BeAr' Ederson

unread,
Dec 3, 2004, 5:08:43 AM12/3/04
to
On Fri, 03 Dec 2004 01:56:29 -0800, omega wrote:

> At last, I've now several GUI frontends for helpdeco, where for years had
> been stuck at zero. I've sought this for a while. The helpdeco commandline
> prog alone is ok, but graphical tools can offer worthwhile conveniences.

There are plugins for <OT> you know what ;-) </OT> to browse different


types of help files just like archives... ;-P

Because these plugins are free addons (to a none-free program) the
information is not *completely* OT here.

BeAr

omega

unread,
Dec 3, 2004, 1:48:49 AM12/3/04
to
"B. R. 'BeAr' Ederson" <br.ed...@expires-2004-12-31.arcornews.de>:
>
> On Wed, 17 Nov 2004 14:38:29 -0800, omega wrote:
>
> >> [BKReplaceEm]
>
> ResHacker won't help you here. It's not an issue of resources but with
> the code. They assigned a help topic to the controls in question, but
> no own popup menu (handler). So the standard handler of the main window
> processes the task, which in general only provides this little 'help'
> popup menu in such cases.

Ah. Thank you for explaining what's going on. That'll save me from futile
endeavors.

> > Part of my mouse orientation there has to do with history of having animals
> > who require physical attention during leisure computing time, and who get
> > mad if both hands are taken away full-time for keyboard use.
>

> Just a guess: You didn't have an aquarium full of piranha... ;-)

Your guess is right. I wouldn't have much use for a mouse if kept those
guys for my pettable pets. Messing with the wrong beasties could land one
in a very new situation, of needing to use voice-activated input instead.

> > Still, it's too bad that the problem wasn't solved at the level of the
> > development of the program, for it to have already included the standard
> > copy-paste command for context menu within the edit dialog.
>

> Maybe, if you ask them, they'll provide a v2.1 version? It shouldn't
> be too much work to include the functionality.

That sounds like a good idea. At least for when I might manage to do any
emailing. No loss in asking...

--
Karen S.

B. R. 'BeAr' Ederson

unread,
Dec 3, 2004, 6:37:27 AM12/3/04
to
On Fri, 03 Dec 2004 02:20:41 -0800, omega wrote:

> How about instead you give me the appropriate email address at microsoft.com
> for sending in the request that they make this functionality available as an
> update for Windows Explorer? ;)

Use this contact to Raymond Chen at your own risk: ;-)

http://blogs.msdn.com/oldnewthing/articles/232903.aspx

Maybe you better browse through his articles and post a follow-up to
one that sounds (at least a bit) appropriate.

Btw.: Do you know Ralph Waldens (= was Microsoft's lead architect
for WinHelp and HTML Help) WebPage? You'll find some interesting
programs here. KeyTools provides an examination modus for *.chm
files, for instance:

http://www.keyworks.net

B. R. 'BeAr' Ederson

unread,
Dec 2, 2004, 5:22:53 PM12/2/04
to
On Wed, 17 Nov 2004 14:38:29 -0800, omega wrote:

>> [BKReplaceEm]


> <the following tangent is ignoring whichever license issues, so consider
> it strictly theoretical>
>
> One thing I checked on today. It was whether ResHacker would let me
> edit the menus for the prog. I have done that kind of thing on occasion
> when it was reasonably easy to approach. For instance, Win32pad, when
> the context-object is an URL, its menu is all crippled; and ResHacker
> allows repair of that.
>
> On BKR, I took a look, and that was about it.
> http://www.redshift.com/~omega/clips/bkr/prob/resdialog.png
> http://www.redshift.com/~omega/clips/bkr/prob/resmenu.png
> I saw no obvious thing to try, within my simple range. So I abandoned
> this approach.
>
> </theoretical>

ResHacker won't help you here. It's not an issue of resources but with


the code. They assigned a help topic to the controls in question, but
no own popup menu (handler). So the standard handler of the main window
processes the task, which in general only provides this little 'help'
popup menu in such cases.

> Part of my mouse orientation there has to do with history of having animals


> who require physical attention during leisure computing time, and who get
> mad if both hands are taken away full-time for keyboard use.

Just a guess: You didn't have an aquarium full of piranha... ;-)

> Still, it's too bad that the problem wasn't solved at the level of the


> development of the program, for it to have already included the standard
> copy-paste command for context menu within the edit dialog.

Maybe, if you ask them, they'll provide a v2.1 version? It shouldn't


be too much work to include the functionality.

> Other than that one tangle, BKReplacem makes me very happy. Such a powerful
> program. One whose full set of abilities can be found nowhere else....

Yep!

0 new messages