标题: [系统相关] 【已解决】批处理或者vbs.能不能在任务栏--新建工具栏?谢谢 [打印本页]
作者: yyz219 时间: 2022-12-7 14:16 标题: 【已解决】批处理或者vbs.能不能在任务栏--新建工具栏?谢谢
本帖最后由 yyz219 于 2022-12-20 09:22 编辑
完美解决(本论坛搜索--修改)(ahk代码):- Sleep, 500
- ;【任务栏右键】(设任务栏在底部)
- SysGet, VWidth, 78
- SysGet, VHeight, 79
- VWidth := Round(VWidth/2)
- VHeight := VHeight-10
- BlockInput on
- ControlClick,X%VWidth% Y%VHeight%, ahk_class Shell_TrayWnd,, R
- ;【按t键】
- Sleep, 100
- Send, {t}
- ;【按n键】
- Sleep, 100
- Send, {n}
- Sleep, 200
- ;【输入:D:\GongJu】
- ControlClick, Edit1, 新工具栏 - 选择文件夹,, L
- Sleep, 100
- Send, D:\GongJu
- ;【按回车】
- sleep, 100
- Send, {ENTER Down}
- sleep, 100
- Send, {ENTER Up}
- ;【按TAB】
- Send, {TAB Down}
- sleep, 100
- Send, {TAB Up}
- ;【按回车】
- sleep, 100
- Send, {ENTER Down}
- sleep, 100
- Send, {ENTER Up}
复制代码
*******************************************
问题
批处理或者vbs能不能在任务栏--新建工具栏?谢谢
新建工具栏路径:D:\常用
系统:windows7 64位
作者: Batcher 时间: 2022-12-7 18:20
回复 1# yyz219
操作系统版本是?
作者: yyz219 时间: 2022-12-7 18:25
回复 yyz219
操作系统版本是?
Batcher 发表于 2022-12-7 18:20
windows7 64位
谢谢
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |