How to run ESB from Command Line
On this page
You can now run ESB from the command line which will require a few arguments.
Requirements
- Must be on Windows PC
- ESB version must be 2.3.4.5 or greater
- You must have a valid username and password with a current subscription.
Basic Usage
To start, go into the folder where ESB is installed and run the command as follows:
.\main.exe --username your_username --password your_password --profile your_tab_profile
This will log into the application, and load your tab profile and automatically start these tabs. If your username, password, or profile is incorrect, the command will fail, and exit with error code 1.
Arguments
--username- This is your bot username
--password- This is your bot password
--profile- This is the tab profile
- Make sure you have a tab profile set up to be loaded
Error Codes
- The application will exit if your username, password, log in errors, or profile is incorrect and will return with an exit code 1
More information on how to restart ESB here: ESB Restart Automation.