VerInfo v1.0
===========================================================================
Copyright (c) 1998-1999 Magnus Bck
http://www.jpl.nu/~magnus/misc.html
baeck@swipnet.se
===========================================================================

1. Purpose and usage
2. Known issues
3. Downloading
4. Notes on distribution

===========================================================================
1. Purpose and usage
===========================================================================

Console application that displays the contents of the most common version 
information strings contained in the resource section of the file given on
the command-line. The value of these strings are read:

   * Comments
   * CompanyName
   * FileDescription
   * FileVersion
   * InternalName
   * LegalCopyright
   * LegalTrademarks
   * OriginalFilename
   * PrivateBuild
   * ProductName
   * ProductVersion
   * SpecialBuild

If the value isn't present, it will be ignored in the output, but an 
empty string will be displayed if the value exists but is empty. 

Example:

D:\WINNT\system32>verinfo plugin.ocx
CompanyName      Microsoft Corporation
FileDescription  ActiveX Plugin OCX
FileVersion      4.72.2106.4
InternalName     plugin.Ocx
LegalCopyright   Copyright (C) Microsoft Corp. 1981-1997
OriginalFilename plugin.Ocx
ProductName      Microsoft(R) Windows NT(R) Operating System
ProductVersion   4.72.2106.4

Full Delphi 2+ source code is provided.

===========================================================================
2. Known issues
===========================================================================

If the file in question doesn't contain any version information resource,
the output will be empty. Consider it as a bug or a feature.

===========================================================================
3. Downloading
===========================================================================

   * VRINF100.ZIP (38 kB) from JPL Data, Sweden.
     http://www.jpl.nu/~magnus/files/vrinf100.zip
   * VRINF100.ZIP (38 kB) from Tele2, Sweden.
     http://home2.swipnet.se/~w-22337/vrinf100.zip

===========================================================================
4. Notes on distribution
===========================================================================

VerInfo is freeware and is licensed for any use; private, commercial, 
military or governmental. It may also freely distributed on any electronic 
media as long as nothing is charged for it, except for nominal copying 
costs. If you upload it to an FTP och WWW site or some other service, such 
as BBSs (which I do encourage), I would appreciate if you'd notify me. The 
source code may also be modified but the original copyright must still 
remain (but can of course be accompanied by your own if you do modify the 
source code).

[End of README.TXT]
