Running ebot file with parameters

Running ebot file with parameters

 

Q. How to run a .ebot file with parameters?

A. From R21.0318 version, ebot files can be used, and parameters can be passed in the following way and used as variables.

 

 

*. How to run Scenario for using parameters as variables

 

※. "PAM_executeFileFullPath" : ex) C:\Program Files (x86)\ARGOS\AgentForRPA\Win\ArgosRPAUxRobotAgent.V3.exe

※. "ebot_fileFullPath"  : ex) C:\ParamsView.ebot

 

1.     "PAM_executeFileFullPath" "ebot_fileFullPath" param1 param2 ... paramN

 

 

2.     "ebot_fileFullPath" param1 param2 ... paramN

 

*. Using Variable

{{sys.argv(1)}}

{{sys.argv(2)}}

...

{{sys.argv(N)}}

 

 

Need help?

Technical contact to tech@argos-labs.com

 

May you search all documents,