GenINI         (Generic Load/Restore of INI files)
====================================================

This distribution consists of some Rexx scripts, and two executable programs:

DumpINI.exe:
     Stores an INI file in human-readable form.  For
     example, the command
          dumpini abc.ini
     will create a text file abc.tni, which contains the
     same information as in abc.ini, but in a readable
     form.  (It will also create an abc.tni.bak, if there
     was an existing file called abc.tni.)

LoadINI.exe:
     Translates a TNI file to the equivalent INI form.  For
     example, the command
          loadini abc.tni
     will read the text file abc.tni and use that
     information to create a binary file abc.ini.  (It
     will also create an abc.ini.bak, if there
     was an existing file called abc.ini.)

Both programs will make a "best guess" in the case where
no argument is specified.  They will search the current
directory and use the first *.ini or *.tni file, as
appropriate.

Running the script "makefolder.cmd" is optional.  If you do
run it, it will create a desktop folder containing program
objects to run the executables.

This package is free, and licensed under the GNU General
Public License.  (See GPL.TXT for the licence conditions.)
The source code is available from the same
place that you obtained this package.  Look for a file named
GenINIsrc_N.N.zip, where N.N is the version number.

--
Peter Moylan                                 peter@pmoylan.org
http://www.pmoylan.org/

