Included in this zip file are:
  badapp.exe ===> PM executable
  readme     ===> this readme file

To test the SIQ enhancement, you should do the following:

(1) After installing Fixpack 17, add the new environment variable
    to your config.sys file (but leave it commented out):
    REM SET PM_ASYNC_FOCUS_CHANGE=ON,5000

(2) Run the badapp.exe PM program.  When it starts up, go to the
    menu bar, click on File and then Delay.  This will cause the
    program to lock up the message queue.  You should be able to
    use Ctrl-Esc mechanism to kill the program (just as it would
    without the fixpack).

(3) Now uncomment the SET statement and reboot

(4) Rerun the badapp.exe program.  This time after clicking on the
    Delay subitem, the system will appear to lockup but if you
    click on any other desktop object (eg launchpad) after about 5
    seconds it should receive the focus and you will be able to process
    it.  If you doubleclick on the desktop to get the window list you
    should be able to close badapp.exe.  (NOTE: depending on what you
    do, there might be delays of a few seconds also.  The delay
    parameter is the number in the set statement in milliseconds so
    5000 = 5secs.)
