我们可以编写一个脚本来在与我的计算机建立拨号连接时执行某些操作吗?

发布于 2024-09-04 01:36:19 字数 98 浏览 4 评论 0原文

是这样的情况,我已经配置了拨号服务器,我想播放声音或弹出 从特定位置与我的计算机建立 daipup 连接时的消息。 它可以通过配置文件或一些脚本来运行一些exe来完成。请给我一些想法

This is the situation, I have configured a dial up server and i want to play a sound or pop up
message when a daipup connection is made to my computer from a specific location.
and it could be done with configuration file or some script to run some exe.please give me some ideas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

肥爪爪 2024-09-11 01:36:19

http://technet.microsoft.com/en- us/library/cc787690%28WS.10%29.aspx 似乎是关于它的 Microsoft 文档,但它相当技术性并且没有那么有用 - 尽管它提到了一些可以与它一起使用的工具。

您还可以查看 CodePlex.com 上的 DotRas 项目,它可以访问整个拨号 API,用 C# 编写...

http://www.codeplex.com/DotRas

或者看看

如何使用 C#/.NET 在 Windows 中处理拨号 (RAS) 连接?

获取一些作为起点的代码示例在使用相关库时。

http://technet.microsoft.com/en-us/library/cc787690%28WS.10%29.aspx seems to be the Microsoft doc about it, but it's fairly tech and not that useful - although it mentions some tools you can use with it.

You can also check out the DotRas project on CodePlex.com, it has access to the entire Dial Up API, in C#...

http://www.codeplex.com/DotRas

Or take a look at

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

for some code examples for a starting point in using the associated libraries.

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