This diskette contains files for Version 8.10 of Icon for MS-DOS as follows:

	docs.lzh	archived documents
	icon.lzh	executable binaries
	lharc.exe	dearchiving utility
	readme		this file
	samples.lzh	archived sample programs and data

The executable files should be unloaded on a place on your PATH specification.
For example, if this diskette is mounted in your A drive and you set
your current directory to where you want the files, the following
unloads the executable binary files:

	a:lharc x a:icon.lzh

There are two versions of the executable files for Icon, one that is smaller
but does not support large-integer arithmetic, and a larger one that does
support large-integer arithmetic.  The files for the former have the standard
names icont.exe and iconx.exe, while the files for the latter are named
icontl.exe and iconxl.exe.  The latter can be given the standard names as
follows:

	rename icontl.exe icont.exe
	rename iconxl.exe iconx.exe

More information is given in ipd221.doc in docs.lzh.

The documents and sample programs can be unloaded in a similar fashion
to the executable files.
