Advertisement
axutongxue

一键聚合提问ChatGPT

May 16th, 2024 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. @echo off
  2. if "%~1"=="" (
  3. ::如果没有输入内容则提问剪贴板
  4. ::智谱清言
  5. echo [[200,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  6. explorer.exe "https://www.chatglm.cn/main/alltoolsdetail"
  7. KeymouseGo.exe "C:\script.txt"
  8. del "C:\script.txt"
  9.  
  10. ::阿里通义千问
  11. echo [[500,"EM","mouse left down",[655,860]],[100,"EM","mouse left up",[-1,-1]],[200,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  12. explorer.exe "https://qianwen.aliyun.com/"
  13. KeymouseGo.exe "C:\script.txt"
  14. del "C:\script.txt"
  15.  
  16. ::月之暗面-KIMICHAT
  17. echo [[1000,"EM","mouse left down",[650,530]],[100,"EM","mouse left up",[-1,-1]],[1000,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  18. explorer.exe "https://kimi.moonshot.cn/"
  19. KeymouseGo.exe "C:\script.txt"
  20. del "C:\script.txt"
  21.  
  22. ::抖音豆包
  23. echo [[500,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  24. explorer.exe "https://www.doubao.com/chat/"
  25. KeymouseGo.exe "C:\script.txt"
  26. del "C:\script.txt"
  27.  
  28. ::百度文心一言
  29. echo [[500,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  30. explorer.exe "https://yiyan.baidu.com/"
  31. KeymouseGo.exe "C:\script.txt"
  32. del "C:\script.txt"
  33.  
  34. ::讯飞星火
  35. echo [[500,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[1500,"EM","mouse left down",[1665,923]],[100,"EM","mouse left up",[-1,-1]]] > "C:\script.txt"
  36. explorer.exe "https://xinghuo.xfyun.cn/desk"
  37. KeymouseGo.exe "C:\script.txt"
  38. del "C:\script.txt"
  39.  
  40. ::腾讯混元
  41. echo [[1200,"EM","mouse left down",[456,900]],[100,"EM","mouse left up",[-1,-1]],[200,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  42. explorer.exe "https://hunyuan.tencent.com/bot/chat"
  43. KeymouseGo.exe "C:\script.txt"
  44. del "C:\script.txt"
  45.  
  46. ) else (
  47. ::如果输入了内容,则提问输入的内容
  48. ::智谱清言
  49. echo [[100,"EX", "input","%1"],[300,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  50. explorer.exe "https://www.chatglm.cn/main/alltoolsdetail"
  51. KeymouseGo.exe "C:\script.txt"
  52. del "C:\script.txt"
  53.  
  54. ::阿里同义千问
  55. echo [[100,"EM","mouse left down",[655,860]],[100,"EM","mouse left up",[-1,-1]],[100,"EX", "input","%1"],[300,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  56. explorer.exe "https://qianwen.aliyun.com/"
  57. KeymouseGo.exe "C:\script.txt"
  58. del "C:\script.txt"
  59.  
  60. ::月之暗面-KIMICHAT
  61. echo [[500,"EM","mouse left down",[650,530]],[100,"EM","mouse left up",[-1,-1]],[100,"EX", "input","%1"],[300,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  62. explorer.exe "https://kimi.moonshot.cn/"
  63. KeymouseGo.exe "C:\script.txt"
  64. del "C:\script.txt"
  65.  
  66. ::抖音豆包
  67. echo [[100,"EX", "input","%1"],[300,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  68. explorer.exe "https://www.doubao.com/chat/"
  69. KeymouseGo.exe "C:\script.txt"
  70. del "C:\script.txt"
  71.  
  72. ::百度文心一言
  73. ::echo [[100,"EX", "input","%1"],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  74. explorer.exe "https://yiyan.baidu.com/"
  75. KeymouseGo.exe "C:\script.txt"
  76. del "C:\script.txt"
  77.  
  78. ::讯飞星火
  79. echo [[100,"EX", "input","%1"],[500,"EM","mouse left down",[1665,923]],[100,"EM","mouse left up",[-1,-1]]] > "C:\script.txt"
  80. explorer.exe "https://xinghuo.xfyun.cn/desk"
  81. KeymouseGo.exe "C:\script.txt"
  82. del "C:\script.txt"
  83.  
  84. ::腾讯混元
  85. echo [[1000,"EM","mouse left down",[456,900]],[100,"EM","mouse left up",[-1,-1]],[100,"EX", "input","%1"],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "C:\script.txt"
  86. explorer.exe "https://hunyuan.tencent.com/bot/chat"
  87. KeymouseGo.exe "C:\script.txt"
  88. del "C:\script.txt"
  89. )
Tags: bat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement