我们可以编写一个脚本来在与我的计算机建立拨号连接时执行某些操作吗?
是这样的情况,我已经配置了拨号服务器,我想播放声音或弹出 从特定位置与我的计算机建立 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.