The command line interface provides access to Visual Basic scripts (VBScripts) from within the user interface.
User created scripts must be stored in My Documents\My ASMI 20xx Projects\commands, where xxxx is the software release number.
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 that uses parameters which are typically 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.
The script can be played from the Command Line dialog (
).