Notify-send for Windows

notify-send is a command-line utility to display pop-up desktop notifications.

Usage

notify-send [-i ICON] "TITLE" ["MESSAGE"]

Parameters

ICON: icon type.

Possible values: info | important | error.

Default: info.

TITLE: message header.

MESSAGE: message text.

Use cases

notify-send "My message"
notify-send "Title" "Message"
notify-send -i error "Error" "File not found"
notify-send -i important "Warning!" "Update required"

License

© 2012-2021 Alexey Vaskovsky alexey@vaskovsky.net

This is free software, distributed under the terms of the GNU Lesser General Public License version 3.