The Script Console dialog appears.
Select [Tools] in the menu bar and then select [Script Console] from the drop down menu.
The Script List dialog appears.
Click the icon.
Select a scripting language from the list at the top of the Script Console dialog.
The script editor pane displays initialization code for the selected scripting language. You should write your scripting code after the initialization code.
Before running a script, it is necessary to install the script language.
You can load a script from a file.
Click [Load].
The Select a file dialog appears.
Select a script file and click [Open].
The selected script is loaded into the script editor pane.
You can save a script to a file.
Click [Save] or [Save as...].
If [Save] is used and the script already has a filename, it will be saved to the same filename. Otherwise the Save As dialog appears. If [Save As...] is used, the Save As dialog always appears.
Specify a script filename and click [Save].
The script is saved to the specified filename.