|
NirCmd Command Reference - trayballoon
|
trayballoon [Title] [Balloon Text] [Icon File] [Timeout]
Displays a tray balloon (For Windows XP and above).
Be aware that when using this command, NirCmd will continue running until the balloon is closed or disappeared.
The [Title] parameter is the title of the balloon and the [Balloon Text] parameter specifies the text to display inside the balloon.
In the [Icon File] parameter, you can specify .ico file (e.g.: c:\icons\myicon.ico) or .exe/.dll file with
icon resource index or number (e.g.: shell32.dll,-154)
The [Timeout] parameter specifies the number of milliseconds to wait before the balloon is disappeared.
Examples:
trayballoon "Hello" "This is a test..." "shell32.dll,22" 15000
trayballoon "Hello" "This is the text that will be appear inside the balloon !" "shell32.dll,-154" 10000
trayballoon "Hello" "This is the text that will be appear inside the balloon !" "c:\temp\icon1.ico" 10000
Other commands:
NirCmd Web Page
Download NirCmd
NirSoft Web Site
|
|