I have an application, written in VB 6.0, which calls a VB Script. Durring the execution of the VB Script a dialog box is displayed stating "The script you are executing is taking longer than expected to run. Click End to abort the script, or Continue to continue script execution." The dialog box displays 2 buttons, End and Continue. This is an unattended interface application which needs to continue no matter what has happened. How can I turn off this dialog so the VB Script can complete and the interface can go to the next record?