EXEFIX v1.00                                    John Elliott, 11 October 2003
=============================================================================

 EXEFIX is a TSR that patches the defective EXE loader in DOS Plus, so that it
 supports executables produced by PKLITE, Pacific C, etc.

  To use EXEFIX: Copy it to your DOS Plus startup disc (floppy or hard drive)
and add the command EXEFIX to your AUTOEXEC.BAT. I recommend that you keep a
copy of the previous AUTOEXEC in case of trouble.

  EXEFIX is public domain software.

EXEFIX versus EXEBODGE
======================
  I have also released a program called EXEBODGE, which serves a similar 
purpose - getting incompatible EXE files to work on DOS Plus. The way these 
programs work is rather different:

   EXEFIX                            | EXEBODGE
   ----------------------------------+------------------------------------
   Patches DOS Plus                  | Patches the programs
   Runs each time DOS Plus is booted | Must be run once for each program
   Does not change disc files        | Changes disc files

  For most uses, EXEFIX is the preferred solution. EXEBODGE may come in when:
i) Creating software for distribution - so that the resulting files can be
  run on unpatched versions of DOS Plus.
ii) Assembling EXEFIX from source.

How It Works / How To Assemble It
=================================

  These topics are fully covered in EXEFIX.ASM.
