
Getting driver file version information via vbscript or VB
It appears you want code as detailed at
http://www.mvps.org/vbnet/code/fileapi/filesearchinfo.htm that uses the
GetFileVersionInfo API.
--
Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
: Sorry for the x-post, but figured VB and VBscript groups made the most
sense
: for this question.
:
: Is there anyway to get the version information for a driver file such as
: atapi.sys located in C:\WINNT\SYSTEM32\DRIVERS. Right now, you can select
: the file, right click, and get a version tab on the file information
window.
: From there, you can select Product Version to see the manufacturers
version
: number.
:
: I'd really like to get at this info programmatically, even better if I
could
: do it via vbscript, but would do in VB if I really have to. Is there any
: object that exposes that property? FileSystemObject.File doesn't seem to
: have any such property.
:
: Any help would be appreciated. Thanks in advance,
:
: Don Whitlow
:
: