Some typical uses for scripts and forms are:
To automate a complex series of tasks
To perform custom checks on a schematic.
To add a new command to a popup menu.
To add a new menu with custom commands bound to other scripts.
To build a new dialog box that adds new functionality.
In addition to running scripts at application startup, you can bind them to a toolbar icon or menu command. You can create forms and call the scripts from the form. After you've assigned a script to a toolbar or menu, running the script is as simple as clicking the toolbar icon or menu item. You can also run standalone scripts, using the run command from the command line.Included in your applications installation are samples of scripts and forms that you can test.