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.
相关问题
- How to Debug/Register a Permanent WMI Event Which
- the application was unable to start correctly 0xc0
- Windows 7: How can I get a list of all Windows use
- Does specifying the encoding in javac yield the sa
- String Manipulation with case sensitivity
相关文章
- 在vscode如何用code runner打开独立的控制台窗口,以及设置好调试模式时窗口的编码?
- Looking for documentation on the “right” way to in
- PHP 7 FTP extension is not loaded in Windows 7
- Command line escaping single quote for PowerShell
- Viewing the Process Tree - tlist/tasklist [closed]
- Set variable in “if” block
- How can I get a password containing a caret (^) pa
- The module “.dll” was loaded but the entry-point w
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
Here is a working compressed call to powershell. Every part of it is important, because it needs basic notification icon, and "visible" flag.
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
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