[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖
不错 楼主辛苦了 感谢楼主

TOP

支持个
  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"
复制代码


TOP

不错 楼主辛苦了 感谢楼主的分享

TOP

怎么不行??????

TOP

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

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

TOP

为什么我在另个贴说话 怎么自动跳到这里来了~~~~

TOP

回复 15楼 的帖子

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

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

TOP

返回列表