Horje
batch input Code Example
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!
batch input
SET /P variable=[promptString]




Whatever

Related
unzip google drive Code Example unzip google drive Code Example
android get app version programmatically Code Example android get app version programmatically Code Example
npm start reset cache Code Example npm start reset cache Code Example
ok Code Example ok Code Example
karma in reddit Code Example karma in reddit Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6