What code are you trying to execute that you think requires a "on error resume next"?

KiXtart basically runs in this kind of mode by default, i.e. if an object returns an error the script will not stop but will continue to process so that you can handle the error in code.

Other than a few very rare situations KiXtart will only stop if you have made a coding error.

If you think you really need the feature, post some example code that demonstrates the problem and we will offer some advice.