需要软件来创建/运行宏以自动重新连接到互联网

发布于 2024-11-16 02:21:47 字数 260 浏览 6 评论 0原文

我正在寻找允许我编写宏/脚本的软件,以使 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抚笙 2024-11-23 02:21:47

您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文