Thursday, November 24, 2016

Batch file that search in google and opens specific web site

Is it possible to make a batch file which search a word in google and afterwords opens a specific web site?


For example when i run this script
@echo off
cd C:\Program Files\Internet Explorer
iexplore http://www.google.bg/search?q=%search%+wedding photographer


It opens IE and search automatically "wedding photographer"
I want, if it is possible, automatically to "land" at specific site http://example.com


10x in advanced!

No comments:

Post a Comment