WEASEL MIGRATION TOOLS
======================

To keep down the size of the zip file, most of the tools that
used to be distributed with Weasel are now packaged separately.
You can find them at
     http://eepjm.newcastle.edu.au/os2/waccess.html
This directory contains only the tools for saving and
reloading the INI file, plus a few files that are needed only by
a small number of Weasel users.  For all other tools and filters, go
to the web address above.

-----------------------------------------------------------------
DUMPINI

Copy this to the directory containing the file WEASEL.INI (or
vice versa), and then run it.  It produces a text file WEASEL.TNI,
containing a human-readable version of some of the data in the INI
file.

You can edit WEASEL.TNI with a text editor, and then use
LOADINI to copy the data back into the INI file.

In multidomain mode, the INI data is spread across several files.
WEASEL.INI holds the global options, and then each domain
directory has a file DOMAIN.INI that holds the data (including,
most importantly, the user information) for that domain.  To
save this, run DUMPINI with DOMAIN.INI as a parameter, and it
will produce a text file DOMAIN.TNI.  (You will probably want
to write a batch file that does this for every domain.)

-----------------------------------------------------------------
LOADINI

This is the partner to DUMPINI.  It takes a text file WEASEL.TNI
as input, and loads the data into WEASEL.INI.  It doesn't delete
any existing entries in WEASEL.INI, although of course it might
modify some or all of them.

For now I haven't prepared any documentation on the format of
WEASEL.TNI, but you can probably work it out by looking at
the format produced by DUMPINI.

For multidomain use, see the notes above about DUMPINI.  You
can run LOADINI with DOMAIN.TNI as a parameter, and this will
load data back into the DOMAIN.INI file.

-----------------------------------------------------------------
OLDLOADINI

The format of the TNI file changed significantly in Weasel version
1.00.  If you have a TNI file in the old format, OLDLOADINI can
load it.  You should then use DUMPINI to produce a new-format file.

-----------------------------------------------------------------
ENDMAIL

The file ENDMAIL.EXE is needed only in the rare case where you
are using Weasel in conjunction with IBM's sendmail mail server.
Most users will not need this, because (except in some very rare
cases) Weasel is a complete replacement for sendmail.  If you do
need it, see the section called 'Using a different SMTP server'
in the WEASEL.INF manual.

-----------------------------------------------------------------

