Domanda

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?

È stato utile?

Soluzione

set /p password="Please enter your password: "
echo you entered %password%.
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top