Page 1 of 1

how to automate console input.

Posted: Thu Apr 01, 2021 10:45 am
by rfadnavis002
Hello,

Below is my command to perform one activity. It accepts few arguments which is fine and no issues there. But when we run that command in cmd, it asks for password and confirm password.
I want to automate that password and confirm password part. How can I do that?

Example:

When we run below command in cmd -

c:\Test\myscript.exe --arg1 --arg2 --config "c:\Temp\config.cfg" --confirm

It shows below in same command prompt-

Performing the script execution for ABCD.

Enter password:

Type again to confirm:


What I need is, How can I automate this enetering of password and confirm password, considering I have the password.
Please help here. Powershell or vbscript is preferred solution.

Re: how to automate console input.

Posted: Thu Apr 01, 2021 11:08 am
by jvierra
Please do not post the same question in multiple forums.