搜索资源列表
97a614fa66ed72b89e514696
- 想用vbs来控制鼠标的移动和点击,虽然按键精灵可以做到,但做这么简单的事情不想启动那么大一个程序,所以自己用VC写了一个小程序,可以让VBS来控制鼠标移动和点击。 用法: 移动鼠标到桌面坐标200,50的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe m,200,50" 点击鼠标左键的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe
mouse
- 支持命令行(批处理)调用的鼠标行为控制程序,可以控制鼠标移动到屏幕上指定的位置,双击 单击鼠标左键或右键等,非常实用,再配合vbs sendkeys命令——可以代替按键精灵了。-Support command line (batch) call control procedures mouse behavior, you can control the mouse to move to a specified location on the screen, double-click the mo