On this Page

    -allowDJScript

    Use the built-in DocOrigin script processor.

    Syntax

    -allowDJScript Y|N

    Description

    By default, RunScript always uses the ECMA SpiderMonkey script engine. By setting -allowDJScript Y you can request that the optimized DocOrigin script engine be used instead. The DJ script engine is faster but does not support some of the less frequently used JavaScript features. If the DJ script engine does not recognize any JavaScript feature you may have used, RunScript will automatically revert to the more complete (but slower) SpiderMonkey processing.

    See Also

    Command Line Processing