I need to find the width and height (in pixels) of TIFF images, using
VBScript and Windows shell scripting. These are _not_ multipage images.

I've looked all over the web and the groups, and although there are
ways to do this, I need a way that I can put on non-tech people's WinXP
machines without installing any other software. If it involves
retrieving info from Picture Manager, that's okay, since that's a
standard utility. Though I'm very fuzzy on how I would do that...I'm no
expert at VBScript or WSH.

I should clarify that I'm not just getting these dimensions and
stopping there -- zillions of tools, including Picture Manager, could
do that and I would just have my users use them out of the box. But I
have to do some calculations based on the retrieved values and present
them in an browser-based dialogue. So far the tool I'm building does
fine with bmp, jpeg, and gif; tiff is the only other format that I
really need.

TIA ---