Windows Script Components  

<?component?>

Specifies attributes for error handling.

<?component error="flag" debug="flag" ?>

Values

flag
A Boolean value: "true" or "false," 1 or 0, or "yes" or "no." The default value for all attributes is false.

Remarks

Because script components are used as COM components, they normally run silently. However, while you are developing your script component file, you might find it useful to be notified about errors in the file. You can specify these types of error notification:

Example

<?component error="true" debug="true" ?>

See Also

Checking For Errors in Script Component Files | Script Component File Contents