Board logo

标题: [网络工具] 集成26个搜索引擎的批处理命令行工具(添加透明图标) [打印本页]

作者: HoeKey    时间: 2009-2-16 05:51     标题: 集成26个搜索引擎的批处理命令行工具(添加透明图标)

解压后有一个搜索引擎代码的说明文件

链接: https://pan.baidu.com/s/1ciIlp_o0efoelCLvGkPnBA 提取码: 8ext

用法:so.exe 搜索引擎 关键字

百度搜索例子: so.exe b 谢霆锋


g=谷歌
b=百度
y=雅虎
w=有道
s=搜狗
so=搜搜
go=狗狗
ku=优酷
yi=搜狗音乐
d=多特
di=dice海词
p=中国网站排名
yh=谷歌翻译(英译汉)
hy=谷歌翻译(汉译英)
f=快车搜索
h=华军
t=天空
tb=百度贴吧
zd=百度知道
p3=百度mp3
tp=百度图片
sp=百度视频
bk=百度百科
kj=百度空间
zl=百度用户资料
xw=百度新闻
作者: BBCC    时间: 2009-2-16 18:25

bat2exe的?
作者: HoeKey    时间: 2009-2-16 20:19

不是 用其他工具弄的

[ 本帖最后由 HoeKey 于 2009-2-16 20:20 编辑 ]
作者: HoeKey    时间: 2009-2-17 23:34

提示: 该帖被管理员或版主屏蔽
作者: lixiaodaoaaa    时间: 2009-2-18 07:33     标题: 做的挺用心

做的挺用心
兄弟
加油
我顶你
作者: lblucelee    时间: 2009-3-31 12:38

能具体说说怎么用吗!!?
作者: Batcher    时间: 2009-3-31 13:02     标题: 回复 6楼 的帖子

顶楼不是说的挺清楚么?
用法:so.exe 搜索引擎 关键字

百度搜索例子: so.exe b 谢霆锋

作者: tu742854093    时间: 2009-5-30 22:51

呵呵,楼主辛苦了o(∩_∩)o...
作者: renmingwu    时间: 2009-6-25 11:12

版主把楼上的帖删了,我也改下了!

[ 本帖最后由 renmingwu 于 2009-6-25 12:43 编辑 ]
作者: utc34119    时间: 2009-7-15 01:39     标题: 好东西我也收藏一下,......

好东西我也收藏一下..............
作者: njl0720    时间: 2009-7-22 22:47

辛苦楼主了,呵呵,不错
作者: BillGates    时间: 2009-7-26 11:56

有几个搜索引擎是不常用的,也有的是一个搜索引擎的子引擎。
作者: rootkit    时间: 2009-8-7 08:33

中英文混合搜索明显不行啊。
作者: HoeKey    时间: 2009-9-23 14:50

原帖由 rootkit 于 2009-8-7 08:33 发表
中英文混合搜索明显不行啊。

[size=-1]Google Chrome本来对中文支持就不好
作者: Seter    时间: 2009-10-1 14:30

为什么直接运行时跳出GOOGLE搜索*g=呢
作者: vlem    时间: 2010-4-7 14:25

不错 楼主辛苦了 感谢楼主
作者: qaz123654    时间: 2010-4-8 13:41

支持个
  1. @shift
  2. @echo off
  3. set str=%cmdln%
  4. if "%1"=="b" goto Baidu
  5. if "%1"=="y" goto yahoo
  6. if "%1"=="w" goto youdao
  7. if "%1"=="s" goto sogou
  8. if "%1"=="so" goto soso
  9. if "%1"=="go" goto gougou
  10. if "%1"=="ku" goto youku
  11. if "%1"=="yi" goto yinyue
  12. if "%1"=="d" goto duote
  13. if "%1"=="di" goto dict
  14. if "%1"=="p" goto chinarank
  15. if "%1"=="yh" goto yyh
  16. if "%1"=="hy" goto hyy
  17. if "%1"=="f" goto kuaiche
  18. if "%1"=="h" goto huajun
  19. if "%1"=="t" goto tiankong
  20. if "%1"=="tb" goto tieba
  21. if "%1"=="zd" goto zhidao
  22. if "%1"=="p3" goto mp3
  23. if "%1"=="tp" goto tupian
  24. if "%1"=="sp" goto shipin
  25. if "%1"=="bk" goto baike
  26. if "%1"=="kj" goto kongjian
  27. if "%1"=="zl" goto ziliao
  28. if "%1"=="xw" goto xinwen
  29. start "" "http://www.google.com/search?hl=zh-CN&ie=GB2312&q=%str:*g =%"
  30. exit /b
  31. :Baidu
  32. start "" "http://www.baidu.com/s?wd=%str:*b =%"
  33. exit /b
  34. :yahoo
  35. start "" "http://one.cn.yahoo.com/s?p=%str:*y =%&pid=hp&v=web"
  36. exit /b
  37. :youdao
  38. start "" "http://www.youdao.com/search?q=%str:*w =%&ue=gbk&keyfrom=163index"
  39. exit /b
  40. :sogou
  41. start "" "http://www.sogou.com/web?query=%str:*s =%"
  42. exit /b
  43. :soso
  44. start "" "http://www.soso.com/q?pid=s.idx&w=%str:*so =%"
  45. exit /b
  46. :gougou
  47. start "" "http://search.gougou.com/search?search=%str:*go =%"
  48. exit /b
  49. :youku
  50. start "" "http://so.youku.com/search_video/q_%str:*ku =%"
  51. exit /b
  52. :yinyue
  53. start "" "http://d.sogou.com/music.so?pf=&query=%str:*yi =%"
  54. exit /b
  55. :duote
  56. start "" "http://www.duote.com/search.php?searchType=&so=%str:*d =%"
  57. exit /b
  58. :dict
  59. start "" "http://www.dict.cn/search?q=%str:*di =%"
  60. exit /b
  61. :chinarank
  62. start "" "http://www.chinarank.org.cn/overview/Info.do?url=%str:*p =%"
  63. exit /b
  64. :yyh
  65. start "" "http://translate.google.cn/translate_t?hl=zh-CN#en|zh-CN|%str:*yh =%"
  66. exit /b
  67. :hyy
  68. start "" "http://translate.google.cn/translate_t#zh-CN|en|%str:*hy =%"
  69. exit /b
  70. :kuaiche
  71. start "" "http://s.kuaiche.com/s/btsearch?q=%str:*f =%&tid=1&type=%E7%94%B5%E5%BD%B1"
  72. exit /b
  73. :huajun
  74. start "" "http://search.newhua.com/search.asp?Keyword=%str:*h =%"
  75. exit /b
  76. :tiankong
  77. start "" "http://www.skycn.com/search.php?ss_name=%str:*t =%&sor=00&sf=default"
  78. exit /b
  79. :tieba
  80. start "" "http://tieba.baidu.com/f?ct=&tn=&rn=&pn=&lm=&kw=%str:*tb =%"
  81. exit /b
  82. :zhidao
  83. start "" "http://zhidao.baidu.com/q?word=%str:*zd =%&ct=17&lm=0&pn=0&tn=ikaslist&rn=10&fr=idx_1"
  84. exit /b
  85. :mp3
  86. start "" "http://mp3.baidu.com/m?f=ms&rn=&tn=baidump3&ct=134217728&word=%str:*p3 =%&lm=-1"
  87. exit /b
  88. :tupian
  89. start "" "http://image.baidu.com/i?ct=201326592&cl=2&lm=-1&tn=baiduimage&pv=&word=%str:*tp =%&z=0"
  90. exit /b
  91. :shipin
  92. start "" "http://video.baidu.com/v?ct=301989888&rn=20&pn=0&db=0&s=0&fbl=1024&word=%str:*sp =%"
  93. exit /b
  94. :baike
  95. start "" "http://baike.baidu.com/list-php/dispose/not_exists.php?word=%str:*bk =%"
  96. exit /b
  97. :kongjian
  98. start "" "http://hi.baidu.com/%str:*kj =%"
  99. exit /b
  100. :ziliao
  101. start "" "http://passport.baidu.com/?business&aid=7&default_tab=2&un=%str:*zl =%"
  102. exit /b
  103. :xinwen
  104. start "" "http://news.baidu.com/ns?word=%str:*xw =%&tn=news&from=news&cl=2&rn=20&ct=1"
复制代码

作者: wslqy    时间: 2010-4-11 14:29

不错 楼主辛苦了 感谢楼主的分享
作者: dengyijian    时间: 2010-10-14 13:37

怎么不行??????
作者: leap    时间: 2010-10-14 16:02

发错了。。。麻烦删除谢谢了

[ 本帖最后由 leap 于 2010-10-14 16:03 编辑 ]
作者: leap    时间: 2010-10-14 16:04

为什么我在另个贴说话 怎么自动跳到这里来了~~~~
作者: leap    时间: 2010-10-14 16:05     标题: 回复 15楼 的帖子

精神出问题了 ,跳第二页来了。。。。
因为g=谷歌 放在第一位 默认了 怀疑是谷歌合作伙伴~~~嘿嘿

[ 本帖最后由 leap 于 2010-10-14 16:07 编辑 ]




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2