Windows 7 Help to make a Batch command

Juraj

Member
After a lot of hours of Google search I think that really need your help, because I just learn Batch. I make commands for a .bat file similar .cmd, an improved personal assistent with simplier command of human language and one of his functions would be a websearch on Wikipedia. But now... I've problem to make something like this:

Code:
:what is 'empty field to fill'
start chrome.exe http://en.wikipedia.org/wiki/'filled from first line'
goto start
E.g.:
Code:
:what is 'Adam'
is a pseudo-command because of cmd.exe will open chrome.exe on url: http://en.wikipedia.org/wiki/Adam, also will fill empty part of url

Thanks for any usable advises
 
Last edited:
Back
Top