nels-o / toaster

A wee Win8 console notifications app. Post toast notifications from the console, making it easy to integrate into existing batch scripts etc.
111 stars 17 forks source link

Adds option for disabling sound. #4

Closed mikaelbr closed 8 years ago

mikaelbr commented 9 years ago

Adds a flag -q for activating quiet mode.

E.g.

toast.exe -m "Hello, World!"

Will generate sound, but

toast.exe -m "Hello, World!" -q

Will not.

adam-lynch commented 9 years ago

:+1:

ghost commented 9 years ago

Please merge this pull request.