Important: The information in this document is obsolete and should not be used for new development.
Executing Scripts in One Step
TheOSALoadExecute
,OSACompileExecute
, andOSADoScript
functions combine the capabilities of several other scripting component functions so that an application can execute a script in a single step. You can use these functions if you know that the script data to be executed will be executed only once.A scripting component that supports the functions described in this section has the
kOSASupportsConvenience
bit set in thecomponentFlags
field of its component description record.
Subtopics
- OSALoadExecute
- OSACompileExecute
- OSADoScript