从cmd调用Windows 7中的通知气球消息?
我需要在 Windows 7 中从命令提示符使用自定义文本创建通知气球消息。我搜索了Google并找到了shell32。
I need to create a notification balloon message in Windows 7 from the Command prompt with custom text. I have searched Google and found shell32.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Notifu 是一个免费的开源 Windows 程序,它使气球出现在系统托盘中,并包含您指定的自定义文本。您可以从命令行运行它,因此可以轻松地将其包含在计划任务或批处理文件中。
http://www.paralint.com/projects/notifu/download.html#Download
Notifu is a free open source Windows program that makes balloons appear in the systray with custom text you specify. You can run it from the command-line, so it's easy to include it in a scheduled task or batch file.
http://www.paralint.com/projects/notifu/download.html#Download
这可以在 Powershell 中完成:
抛出一个图标 (
. ico
文件)位于c:\temp
目录中或将其指向其他位置。做一些工作
将您想说的内容放在这里以完成该过程
This can be done in Powershell:
throw an icon (
.ico
file) in ac:\temp
directory or point that somewhere else.Do some work
Put what you want to say here for the completion of the process
这是对 powershell 的有效压缩调用。它的每个部分都很重要,因为它需要基本的通知图标和“可见”标志。
Here is a working compressed call to powershell. Every part of it is important, because it needs basic notification icon, and "visible" flag.
您可以使用 Nir Sofer 的 NirCmd ,如下所示:
这似乎不适用于 Windows 10. 您可以使用 Toast.exe,它会写入消息区域。
您必须在 Windows 10 设置对话框中打开 Toast.exe 的通知
在设置>下通知和行动
You may use NirCmd by Nir Sofer like this:
This does not seem to work for Windows 10. There you may use Toast.exe, which writes to the message area instead.
You have to turn on notifications for Toast.exe in the Windows 10 settings dialog
under Settings > Notifications & Actions