http://stackoverflow.com/questions/7879791/how-to-read-input-from-console-in-a-batch-file
The code snippet in the linked proposed duplicate reads user input.
ECHO A current build of Test Harness exists.
set /p delBuild=Delete preexisting build [y/n]?:
The user can type as many letters as they want, and it will go into the delBuild variable.
'Programming' 카테고리의 다른 글
Running javascript from Eclipse (0) | 2013.03.15 |
---|---|
(Java, JavaScript) Problems using Rhino on Android (0) | 2013.03.15 |
(Java) Java Scripting Programmer's Guide (0) | 2013.03.13 |
(Clojure) Creating an empty string array (0) | 2013.03.06 |
(Java) Lesson: Using Swing Components (0) | 2013.03.05 |