Passing parameters\variable to automation from command line
Hi all.
These are my first attempts with robotic automation, and I apologize in advance if this is a trivial question, but I have not found documentation or information about this.
I created a small automation to login to a intranet webpage.
I would like to try to launch automation from command line (or manually or via script or from another software), passing to user and password automation.
For now the automation working if the user & password are passed from another automation (as in the attacched example) or from local variables.
From command line i running the project as
OpenSpan.runtime.exe Project="C:\PROJECT\MM.OpenSpan"
but I can passing the variables like this command?
OpenSpan.runtime.exe Project="C:\PROJECT\MM.OpenSpan" variable1="user" variable2="123456"
Thank you for your attention.
Regards,
Marco
P.S. Sorry for my bad english.