Multiple keyword search in google|yahoo etc.
Posted: 06 Feb 2014 21:07
I would like to create a *.bat file to perform a multiple keyword search in google|yahoo etc. The individual keyword(s) are in a single *.txt file delimited either by a white space, ' ', or a \n delimiter. The words are of a coded form of amino acids in a peptide such as 'AGHLFKVT' and the list contains about 300+ of these keywords. The output could be redirected to a file, stdout or piped to another program.
Can this be easily accomplished as a *.bat file?
My reading seems to indicate that each of these codes have to placed in individual files ???
I am just trying to read each code separately and pass them in as arguments to a
START http://www.google.com/search?q=arg
statement code
Suggestions welcomed
Thanks!
Can this be easily accomplished as a *.bat file?
My reading seems to indicate that each of these codes have to placed in individual files ???
I am just trying to read each code separately and pass them in as arguments to a
START http://www.google.com/search?q=arg
statement code
Suggestions welcomed
Thanks!