Quote:
6) For a large script like what we plan to use. Is there a code that we can specify if there is a problem the script skips to the next line of code?


Do you mean like an "On Error Resume Next"?

KiXtart does not support "On Error" type statements, however the default action if you get an error is to continue processing - in other words, KiXtart will ignore the error and skip to the next line of code.