Search found 1 match
- 27 Jun 2011 13:27
- Forum: DOS Batch Forum
- Topic: How can an exe get multiple input from batch scripting
- Replies: 1
- Views: 2736
How can an exe get multiple input from batch scripting
Hi, I am trying to automate the creation of self signed ssl certificate using openssl with following command. openssl req -config openssl.cfg -new -out test.csr -keyout test.pem when I run this in command prompt it asks for various inputs like country name, state etc. My requirement is to send these...