To run an entire script, select Edit > Run Script.
To run specific lines in a script, select those lines and then select Edit > Run Script.
To run specific lines that are not adjacent, press Ctrl, select the lines, and then select Edit > Run Script.
On Windows, you can also click in a line or select several lines and press Enter on your numeric keypad.
Run the script automatically when you open it by using one of the following methods:
• Type //! on the first line.
• Include Run JSL( 1 ) in the Open() statement:
Open( "$SAMPLE_SCRIPTS/scoping.jsl", Run JSL( 1 ) );