The Script Editor is used to define Jython scripts that run in response to FDMEE events or file import processes. You can also create custom scripts, and JavaScript supported drill through scripts that allows you to drill through to a graphical user interface instead of an URL. Scripts are saved in the data\scripts directory of the FDMEE application (with a .py extension for Jython scripts or a .vbs extension for Visual Basic scripts). Import scripts are saved to the data\scripts\import subdirectory, event scripts are saved to the data\scripts\event subdirectory, and custom scripts are saved to the data\scripts\custom subdirectory. Scripts can be copied to other FDMEE environments and edited using a text editor.