You should have the following files on the distribution disk.

          MYFAMILY.EXE     program file
          SAMPLE.EXE       sample files and documentation
          READ.ME          this file

FLOPPY DRIVE USERS 
You will need two blank formatted diskettes.  (To format a disk,
insert the DOS diskette in drive A: and the blank diskette in drive B:
and at the DOS prompt type:  Format B:).   Insert the original program
disk in drive A: and at the DOS prompt type:

                     copy myfamily.exe B:
 
The second disk will contain the sample data files and the
documentation file.  Insert this disk in drive B: and type:

                     sample b:
 

HARD DRIVE USERS 
Create a directory on your hard drive to store the program.  At the
DOS prompt type:
                     md \myfamily
 
It is not mandatory to name the subdirectory "myfamily", any valid
subdirectory name may be used.  Make this the current directory by
typing:	
                     cd \myfamily
 
To copy the files into this directory place the program disk in
Drive A: and type:   copy A:*.*

To extract the sample files and documentation file type:

                     sample

-----------------------------------------------------------------------
After performing the above steps the following files should appear
on your hard drive or floppy diskettes:
                           SAMPLE.DBF
                           SAMPLE.DBT
                           MFMANUAL.TXT

In order to print the documentation file enter the following command at
the DOS prompt:

                     copy mfmanual.txt prn

After the above steps are completed you may run the program by typing:
                     myfamily
