cmd get keyboard input
@echo off
set /p id="Enter ID: "
cmd get keyboard input
@echo off
set /p id="Enter ID: "
get user input batch
rem rem is a comment line, NOT CODE, however it is a real batch command
rem The below line of code will ask the user a question.
rem Then, the input will be stored in a variable.
rem in this case, the variable is favcolor.
set /P favcolor="What is your favorite color?"
rem optional line of code to make use of the variable.
echo Wow, I like the color %favcolor% too!
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us