Skip to main content

Command Line Interface

Assistant Buddy supports a command line interface for user interaction. You can perform the following actions using the command line interface.

tip

Add the installation folder of Assistant Buddy to the PATH environment folder so that you can execute Assistant Buddy from anywhere.

Commands Help

You can get help regarding the commands supported by running the following command inside Command Prompt.

- Enterprise Edision
"Assistant Buddy.exe" --help
- Professional Edition
"Assistant Buddy Professional.exe" --help

Listing of processes

To list down all the existing processes available for execution, run the following command

- Enterprise Edition
"Assistant Buddy.exe" --l
- Professional Edition
"Assistant Buddy Professional.exe" --l

Executing a process

To execute a specific process, use the following command

- Enterprise Edition
"Assistant Buddy" --e "<Process Name>"
- Professional Edition
"Assistant Buddy Professional.exe" --e "<Process Name>"
tip
  • Enterprise Edition

    "Assistant Buddy.exe" --e "IBDemo Process"

  • Professional Edition

    "Assistant Buddy Professional.exe" --e "IBDemo Process"

Here is an example for Enterprise edition: