I want to make a cool yet functional software that can run on any computer I want it to be able to search all indexed pages on the internet. It needs to run in command promt and be able to have a search bar. Programming help wanted.
Well that's the first step getting your software developed. Have you decided in what language you want it written? I order to work on any computer you should use java to implement it. Check out how the web crawling is being done so that you can implement that feature into your software as well (beside the java programming course)
There's no such thing. The best index of the web is Google, but the best you can get is an API to their search engine - you can't search their index directly. Be square but round? There's no such thing as a search bar in the command prompt - it's pure text. It either runs in the command prompt OR it has a search bar, not both.
I have made games in promt before that if you list the outcomes in notepad you can make a multi layer system. As for the coding yes i was thinking java. I want it to extract the text with related keywords and be able to cross check with other indexed pages.
You can use JAVA for portability of code (since java is supported on many operating systems and therefore many devices) but if its just for Windows, I'd use a language like Visual Basic and build a console application (this is because by preference, I find Visual Basic to be a very easy language that highly resembles english)