使用 VBScript 清除剪贴板
如何在 Win32 上使用 VBScript 清除剪贴板?
How can the clipboard be cleared using VBScript on Win32?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 Win32 上使用 VBScript 清除剪贴板?
How can the clipboard be cleared using VBScript on Win32?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
它不能直接完成,但您可以让应用程序完成这项工作。这将清除
剪贴板,使用命令行工具
clip
:另一种方式是使用具有 COM 接口并且可以操作的应用程序
剪贴板。例如 Microsoft Word 和 Internet Explorer。
这可以使用 Internet Explorer,但可能会引发用户对话框:
It can not be done directly, but you can let an application do the work. This will clear
the clipboard, using the command-line tool
clip
:Another way is to use applications that have a COM interface and that can manipulate
the clipboard. E.g. Microsoft Word and Internet Explorer.
This will work, using Internet Explorer, but it may throw a user dialog: