
RpmInfo.cmd is a front end to the "rpm.exe --query" command that shows
information about a file installed by rpm, or about an uninstalled rpm archive.
As in
        rpminfo.cmd F:\usr\bin\rpm.exe
        rpminfo.cmd F:\usr\bin\*.exe
        rpminfo.cmd rpm-4.13.0-20.oc00.pentium4.rpm
Switches let you determine which rpm tags to show. See
        rpminfo.cmd -help

I wrote it because the rpm command line is too hard to use.

rpm.exe has its own way of customizing output using popt aliases, but I think
using Rexx is much easier. If you want to work on it, see the notes at the
beginning of rpminfo.cmd.

As an example, this is the output of
        rpminfo.cmd \usr\bin\rpm.exe -sets=package

   ================================================================================
   file: F:/usr/bin/rpm.exe
   ================================================================================
   PACKAGE:
   Name:            rpm
   Version:         rpm-4.13.0-20.oc00.pentium4
   Group:           Unspecified
   Summary:         The RPM package management system
   URL              http://www.rpm.org/
   Description:     The RPM Package Manager (RPM) is a powerful command line driven
                    package management system capable of installing, uninstalling,
                    verifying, querying, and updating software packages. Each software
                    package consists of an archive of files along with information about
                    the package like its version, a description, etc.
   Vendor:          bww bitwise works GmbH
   Packager:        (none)
   --------------------------------------------------------------------------------


