| |
| @shift |
| @echo off |
| set str=%cmdln% |
| if "%1"=="b" goto Baidu |
| if "%1"=="y" goto yahoo |
| if "%1"=="w" goto youdao |
| if "%1"=="s" goto sogou |
| if "%1"=="so" goto soso |
| if "%1"=="go" goto gougou |
| if "%1"=="ku" goto youku |
| if "%1"=="yi" goto yinyue |
| if "%1"=="d" goto duote |
| if "%1"=="di" goto dict |
| if "%1"=="p" goto chinarank |
| if "%1"=="yh" goto yyh |
| if "%1"=="hy" goto hyy |
| if "%1"=="f" goto kuaiche |
| if "%1"=="h" goto huajun |
| if "%1"=="t" goto tiankong |
| if "%1"=="tb" goto tieba |
| if "%1"=="zd" goto zhidao |
| if "%1"=="p3" goto mp3 |
| if "%1"=="tp" goto tupian |
| if "%1"=="sp" goto shipin |
| if "%1"=="bk" goto baike |
| if "%1"=="kj" goto kongjian |
| if "%1"=="zl" goto ziliao |
| if "%1"=="xw" goto xinwen |
| start "" "http://www.google.com/search?hl=zh-CN&ie=GB2312&q=%str:*g =%" |
| exit /b |
| :Baidu |
| start "" "http://www.baidu.com/s?wd=%str:*b =%" |
| exit /b |
| :yahoo |
| start "" "http://one.cn.yahoo.com/s?p=%str:*y =%&pid=hp&v=web" |
| exit /b |
| :youdao |
| start "" "http://www.youdao.com/search?q=%str:*w =%&ue=gbk&keyfrom=163index" |
| exit /b |
| :sogou |
| start "" "http://www.sogou.com/web?query=%str:*s =%" |
| exit /b |
| :soso |
| start "" "http://www.soso.com/q?pid=s.idx&w=%str:*so =%" |
| exit /b |
| :gougou |
| start "" "http://search.gougou.com/search?search=%str:*go =%" |
| exit /b |
| :youku |
| start "" "http://so.youku.com/search_video/q_%str:*ku =%" |
| exit /b |
| :yinyue |
| start "" "http://d.sogou.com/music.so?pf=&query=%str:*yi =%" |
| exit /b |
| :duote |
| start "" "http://www.duote.com/search.php?searchType=&so=%str:*d =%" |
| exit /b |
| :dict |
| start "" "http://www.dict.cn/search?q=%str:*di =%" |
| exit /b |
| :chinarank |
| start "" "http://www.chinarank.org.cn/overview/Info.do?url=%str:*p =%" |
| exit /b |
| :yyh |
| start "" "http://translate.google.cn/translate_t?hl=zh-CN#en|zh-CN|%str:*yh =%" |
| exit /b |
| :hyy |
| start "" "http://translate.google.cn/translate_t |
| exit /b |
| :kuaiche |
| start "" "http://s.kuaiche.com/s/btsearch?q=%str:*f =%&tid=1&type=%E7%94%B5%E5%BD%B1" |
| exit /b |
| :huajun |
| start "" "http://search.newhua.com/search.asp?Keyword=%str:*h =%" |
| exit /b |
| :tiankong |
| start "" "http://www.skycn.com/search.php?ss_name=%str:*t =%&sor=00&sf=default" |
| exit /b |
| :tieba |
| start "" "http://tieba.baidu.com/f?ct=&tn=&rn=&pn=&lm=&kw=%str:*tb =%" |
| exit /b |
| :zhidao |
| start "" "http://zhidao.baidu.com/q?word=%str:*zd =%&ct=17&lm=0&pn=0&tn=ikaslist&rn=10&fr=idx_1" |
| exit /b |
| :mp3 |
| start "" "http://mp3.baidu.com/m?f=ms&rn=&tn=baidump3&ct=134217728&word=%str:*p3 =%&lm=-1" |
| exit /b |
| :tupian |
| start "" "http://image.baidu.com/i?ct=201326592&cl=2&lm=-1&tn=baiduimage&pv=&word=%str:*tp =%&z=0" |
| exit /b |
| :shipin |
| start "" "http://video.baidu.com/v?ct=301989888&rn=20&pn=0&db=0&s=0&fbl=1024&word=%str:*sp =%" |
| exit /b |
| :baike |
| start "" "http://baike.baidu.com/list-php/dispose/not_exists.php?word=%str:*bk =%" |
| exit /b |
| :kongjian |
| start "" "http://hi.baidu.com/%str:*kj =%" |
| exit /b |
| :ziliao |
| start "" "http://passport.baidu.com/?business&aid=7&default_tab=2&un=%str:*zl =%" |
| exit /b |
| :xinwen |
| start "" "http://news.baidu.com/ns?word=%str:*xw =%&tn=news&from=news&cl=2&rn=20&ct=1"COPY |