Abort, Retry, Ignore, Fail? (Was: stepping machanism

From: Fred Cisin <cisin_at_xenosoft.com>
Date: Wed Jun 11 22:24:00 2003

On Tue, 10 Jun 2003, Hurd, Kenneth Steven CIV wrote:
> Hello,
> Do you know how to get ignore as one of the error prompts along with abort,
> fail, retry?
> I could not find the answer in DOS help.
> Thank you.
> Ken.

YOU don't.
Based on the type of error, the DOS "critical error handler" displays all
of the options that it thinks are aprropriate for the current problem.
If IGNORE isn't showing up, then it is explicitly because IGNORE is not an
appropriate way to handle that error.
For example, if you try to copy a file and DOS gets a "Sector Not
Found" while reading the DIRectory to find the file, then IGNOREing the
error and copying the file even though it was not found is not a viable
option.

What version of DOS are you dealing with?
What kind of error are you trying to sweep under the rug?


If you still want to IGNORE the error, and pretend that everything worked
when it really didn't, AND DESTROY ALL REMAINING INTEGRITY OF YOUR DATA,
then you can write a TSR that contains a critical error handler that
replaces the stock one, and intercept the interrupt.

PCTools did that, in order to prevent "Abort, Retry, Ignore" messages from
messing up their screen displays. They caused millions of dollars worth
of damage to data, including thousands of dollars worth of damage in my
company. May they be stuck in MICROS~1 operating systems for the rests of
their hopefully short miserable lives.
Received on Wed Jun 11 2003 - 22:24:00 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:36:08 BST