home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / CRIT100.ZIP / CRIT.DOC next >
Encoding:
Text File  |  1988-01-16  |  3.1 KB  |  51 lines

  1. PROGRAM:      CRITP.COM, CRITR.COM
  2. VERSION:      1.00 January 16, 1987
  3. AUTHOR:       KEITH P. GRAHAM
  4. CONTACT:      PC-ROCKLAND (914) 353-2176 or (914) 353-2157
  5. DESCRIPTION:  These two programs dynamically intercept requests for
  6.               DOS critical handling. They try to avoid interferring
  7.               when a program allocates the critical error handling for
  8.               local use, yet try to recognize when a program is going
  9.               to use the default routines. It will use a window panel
  10.               for issuing critical error information and allows the
  11.               user to "Abort Retry Ignore Fail" without causing
  12.               scrolling of the current screen.
  13. LIMITATIONS:  Program should be run under DOS 3.3. Choosing the "Fail"
  14.               option under other versions of DOS is unpredictable.
  15.               Program yields control to requests to redirect the
  16.               critical handling interrupts. Sometimes a program
  17.               will assign and reassign the vectors several times which
  18.               may confuse CRIT. When CRIT is started it may not be
  19.               in effect until a program is successfully loaded. The
  20.               first command after a CRIT load may not pass to crit.
  21.               A successful program execution reinitializes crit.
  22.               CRIT windows will not restore graphics screens correctly
  23.               and may appear as garbage if called up in Hercules
  24.               graphics modes.
  25. USAGE:        CRITR.COM is a memory resident program and requires
  26.               no parameters. CRITP.COM is resident only during the
  27.               execution of a single command. The CRITP command must
  28.               be followed by any DOS command.
  29.               When CRIT is loaded, it will watch for critical errors.
  30.               If a program (such as chkdsk) redirects the critical
  31.               error routines, CRIT will let it. If a program does not
  32.               redirect the error routines, CRIT will pop a window up
  33.               describing the error and giving four choices. The left
  34.               and right cursor control keys will give CRIT the ability
  35.               to select an option as does the first letter of each of
  36.               the options. Pressing the return key confirms the
  37.               selection. Pressing the Esc key passes you on to the
  38.               original critical error handling. Pressing the escape
  39.               or return will restore the screen and process your
  40.               choice.
  41. COMMENTS:     Version 1.00 is a test version for Stan Smith and
  42.               users of PC ROCKLAND. It is not to be circulated to
  43.               other BBS's. I would like reports on its operations
  44.               and any problems. This was written at the request of
  45.               Stan Smith to solve certain problems running QMODEM
  46.               when a device not ready error is reported.
  47.               I don't know if it works correctly on monochrome systems
  48.               and would like reports. I will release a shareware
  49.               version if I get reasonable reports as to CRIT's
  50.               useability.
  51.