How to use a command line parameter to supply input in subsequent prompt (batch file)
Posted
by Krishna Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Krishna Kumar
Published on 2010-05-20T06:32:23Z
Indexed on
2010/05/20
6:50 UTC
Read the original article
Hit count: 249
batch
|batch-file
I am using batch file to run certain operation in my application. The command I am using does not take password as a parameter instead it prompts for it while running. This is coming in the way of automating this script. I would like to know how I can take password as a parameter and provide to the application when it prompts.
© Stack Overflow or respective owner