Passing parameters to an Agent

If an agent has some input parameters (that is the parameters which the program requests in the input dialog while running the agent) you can pass the value with -param argument. The format is <parameter name>=<value>

Example:
cd "C:\Program Files\WebSundew 4 Pro\"
ws4console.exe -file "C:\Program Files\WebSundew 4 Pro\Examples\Tutorials\tutorial2.zws" -run Agent1 -param search="Blue Ray"

The agent Agent1 will start with search parameter: "Blue Ray"

Page Modified 6/9/17 10:12 AM