Okay so I am currently creating a Artificial Intelligence program (VERY basic),
and I need to be able to log the name inputted by the user. I don’t understand from other articals posted.
Here’s the area of code:
set /p input= Before we talk, I'd like to ask your name so I can properly address you. Please print your name.
set /p Name=
As you can see here, we have an input area and I need the file to save the inputted text, and re-open the file and use the name, every time you go onto this program.
Thanks in advance for any help!
2
Answers
to use
See
if /?
,echo /?
, andset /?
.