Answers for "input prompt in command line"

0

input prompt in command line

// MYNAME is the variable name
set /p MYNAME="Name: "

// To print the entered variable
echo'%MYNAME%'
Posted by: Guest on May-06-2022

Code answers related to "input prompt in command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language