Question

I am looking for analogue of Unix/Linux shell command read. Now I use variables set via set password="bigsecret" and %password% but I want use via command prompt. Any ideas?

Was it helpful?

Solution

set /p password="Please enter your password: "
echo you entered %password%.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top