I am new to batch and I am try making a "brain like" program for a project, it should be able to complete simple short conversations. I am using set /p to ask the user questions, like this:
set /p a= Hello:
I want to be able to see if the user said a specific word in their answer to help determine what the computer will reply.
Thanks.