Search notes:

msg.exe

msg.exe is a message utility to send a message to a user.

Sending a message to oneself

At times, it might be desired to send a message to oneself, for example in order ot get notified of a future event. Such a thing might be accomplished together with schtasks.exe (see for example notify_me_at.bat or notif.ps1).
C:\> schtasks … msg %username% water flowers

Sending a message to all sessions

Using a * sends the message to all sessions on a system.
C:\> msg * birthday cake in 1st floor

See also

notify_me_at.bat

Index