Juraj
New Member
- Joined
- Feb 5, 2014
- Messages
- 1
- Thread Author
- #1
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:
E.g.:
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
Code:
:what is 'empty field to fill'
start chrome.exe http://en.wikipedia.org/wiki/'filled from first line'
goto start
Code:
:what is 'Adam'
Thanks for any usable advises