Eingabeaufforderung in Befehlszeile Eingabe
// MYNAME is the variable name
set /p MYNAME="Name: "
// To print the entered variable
echo'%MYNAME%'
Jarvis
// MYNAME is the variable name
set /p MYNAME="Name: "
// To print the entered variable
echo'%MYNAME%'