需要软件来创建/运行宏以自动重新连接到互联网
我正在寻找允许我编写宏/脚本的软件,以使 EasyTether 在连接断开时将我的 Android O/S 手机 (Ally) 重新连接到互联网(台式电脑)。问题是 EasyTether 不断断开连接。 (每隔几分钟 - 有点随机。)我检查了论坛,很多很多人长期以来都遇到同样的问题。
我希望宏/脚本每隔几秒检查一次互联网连接,如果没有连接,则右键单击 EasyTether 状态栏图标,然后选择“连接”。
我会写剧本。我正在找这个软件。
感谢您的任何帮助。
I'm looking for software that will allow me to write a macro/script to get EasyTether to re-connect my Android O/S phone (Ally) to the internet (desktop PC) when the connection gets dropped. The problem is that EasyTether constantly drops the connection. (Every few minutes - a bit random.) I have checked the forums and many, many people have been having the same problem for a long time.
I want the macro/script to check the internet connection every few seconds, and if there's no connection then do a I right click on the EasyTether status bar icon, and select "connect."
I will write the script. I'm looking for the software.
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 AutoIt 来完成此操作。 (http://www.autoitscript.com/site/autoit/)您可以每隔几分钟/秒/无论如何使用一次“Ping”功能(AutoIt),如果它返回 0,则运行子例程以“单击”(AutoIt )在重新连接菜单项上。
You could do this with AutoIt. (http://www.autoitscript.com/site/autoit/) You can use the "Ping" function (AutoIt) once every few min/sec/whatever and if it returns 0 you run the subroutine to "click" (AutoIt) on the re-connect menu item.