Google SERP minus quotes
Posted: 31 May 2009 23:52
Hello,
I have read through previous postings on stripping quotes, but cannot seem to get my batch to remove the quotes.
I have a script that prints a Google URL to a TXT file:
set str="http://www.google.com/search?hl=en&as_q=canada&as_epq=&as_oq=&as_eq=&num=100&lr=&as_filetype=pdf&ft=i&as_sitesearch=uc.edu&as_qdr=all&as_rights=&as_occt=any&cr=&as_nlo=&as_nhi=&safe=off"
echo.%str%
echo.%str% >> url.txt
Any suggestions how to strip out the quotes from the file url.txt
Thank you so much!
I have read through previous postings on stripping quotes, but cannot seem to get my batch to remove the quotes.
I have a script that prints a Google URL to a TXT file:
set str="http://www.google.com/search?hl=en&as_q=canada&as_epq=&as_oq=&as_eq=&num=100&lr=&as_filetype=pdf&ft=i&as_sitesearch=uc.edu&as_qdr=all&as_rights=&as_occt=any&cr=&as_nlo=&as_nhi=&safe=off"
echo.%str%
echo.%str% >> url.txt
Any suggestions how to strip out the quotes from the file url.txt
Thank you so much!