The command line interface provides access to Visual Basic scripts from within the user interface.
The command line searches for scripts in the default project directory, typically My Documents\My AMI 2019 Projects\commands. If no script is found, it will look in C:\Program Files\Autodesk\Moldflow Synergy 2019\data\commands where xxxx is the software release number.
For example, you may have a script named test_script.vbs which uses two numerical parameters (5 and 4 in this instance) that need to be input as command line parameters. Enter test_script 5 4 at the command line.