Macros

Macro recording and playback enables you to repeat user-interface actions to automate common or repetitive tasks.

Macro recording and playback is built on top of the basic OLE automation interface and uses Visual Basic Script as the recording and playback language.

By default, recorded macros are saved with a .vbs extension in My Documents\My AMI 2019 Projects\scripts, where xxxx is the software release number.

Some user-interface functions are not suitable for macro recording, and some are not included in the recording architecture in the current release of this software. In addition, certain API functionality that is available through the OLE automation interface is not available from the Synergy user interface.

Scripts that do not have command line arguments (input on the software command line) can be run as macros. If you need to create a script that uses parameters, you must write a script that takes command line arguments.