How to input a string from user into environment variable from batch file

Viewed 187249

I want to prompt the user for some input detail, and then use it later as a command line argument.

2 Answers
Related