I'll show you what I have then try to explain the question,
@echo off
Echo put search in front of a question to search for the answer on the internet
Set /p question=
That's it so far, if the user puts search I front of a question it searches the Internet, I would like it so it is in one batch file as well. Thanks