h1-mod/deps/WinToast/example/console-example
2024-03-07 00:54:32 -05:00
..
if_terminal_298878.png Added dependencies locally 2024-03-07 00:54:32 -05:00
main.cpp Added dependencies locally 2024-03-07 00:54:32 -05:00
README.MD Added dependencies locally 2024-03-07 00:54:32 -05:00
WinToast Console Example.sln Added dependencies locally 2024-03-07 00:54:32 -05:00
WinToast Console Example.vcxproj Added dependencies locally 2024-03-07 00:54:32 -05:00
WinToast Console Example.vcxproj.filters Added dependencies locally 2024-03-07 00:54:32 -05:00
WinToast Console Example.vcxproj.user Added dependencies locally 2024-03-07 00:54:32 -05:00

WinToast Console Example!

WinToast Contole Example [OPTIONS]
        --action : Set the actions in buttons
        --aumi : Set the App User Model Id
        --appname : Set the default appname
        --appid : Set the App Id
        --expirems : Set the default expiration time
        --text : Set the text for the notifications
        --image : set the image path
        --help : Print the help description

Example:

"WinToast Contole Example.exe" --appname "Yolo" --aumi "My.Console.Example" --image "if_terminal_298878.png" --expirems 10000 --action Yes --action No --text "Do you want to try to take over the world?"