The command line user interface, within the software, provides you with access to Visual Basic scripts (VBScripts).
You can use any text editor to create scripts. Some VBScript editors such as Microsoft Visual Basic Editor (VBE) or Adersoft VBSEdit, have built-in debuggers to highlight incorrect code. You can write scripts to use parameters that are entered by the user as command line arguments in the software command line interface. Alternatively, you can include a prompt for user input. This allows users to enter parameters if the script is run from within the software.
Note: Not all functionality is accessible using the API. More functionality is accessible to scripts written by hand and run from the command line, than to macros that are recorded and run from within the interface.
User created scripts must be stored in My Documents\My AMI 2019 Projects\commands, where
xxxx
is the software release number.