Reputation: 8952
I am trying to get the password which i entered in the command prompt while generating key store in the NSIS installer script.
How do i get the password from command prompt in a variable??
Thanks in advance.
Upvotes: 0
Views: 1103
Reputation: 101764
The ExecDos plugin can provide stdin text to the command you are executing.
Upvotes: 1