License Activation

  1. Drag in the "Set License" command.

  2. Paste your license key into the command.

  3. Run the command to activate your license.

You always need to activate your license to ensure that the plugin works. It is best practice to put the "Set License" command inside an "on load" command, so the license gets activated on program startup automatically.

on load("Bot Loaded") {
    plugin command("Data and Files Automation.dll", "Data and Files Automation Set License", "YOUR-LICENSE-KEY")
}

There are different licenses available for each plugin. You can check the main product page here for additional information.

Was this helpful?

Previous Article

Plugin Installation

Next Article

Downloads