Description
Sometimes we need to run a .neex file from CMD (command prompt) instead of running the bot directly from the Bot Runner. In this article, you will learn how to do that in just a few steps.
Prerequisites
Bot Runner must be installed on the machine.
Instructions
To run a bot from the terminal, follow these steps:
-
Copy the path of the .neex file that you want to run from the command prompt.
-
Open the command prompt.
-
Paste the path to the .neex file.
-
Click Enter.
After that, the Bot Runner starts executing the bot.
Note: For more information about exporting .neex files and running them on other machines, read this article.