ini2reg by Tarn Burton, April 1995

reads sections in a ini file and writes them to the registry

ini2reg <IniFileName> <RootKey> <IniSection> [<IniSection>...]

The <RootKey> field may be of the form "machine\<SubKeyName>" or "user\<SubKeyName>"
The machine variation will use HKEY_LOCAL_MACHINE as the root, whereas user will use
HKEY_CURRENT_USER as the root.

This program is a NT console app.

It's very primitive, but get's the job done.  It does not set up ini file mapping and any
mapping corresponding to ini file that is being read should be turned off since this
will defeat the attempts to read from the ini file.

This program is placed in the public domain.
