はじめに
「console-toast-8」を使用すると、
Windows でトースト通知を送ることができます
使用例
"console-toast-8.exe" ^ --template "ToastText02" ^ --title "title" ^ --line1 "message1" ^ --line2 "message2" ^ --app_id "app id"

オプション
| 内容 | 項目 |
|---|---|
| --template | 使用するテンプレート ToastImageAndText01 ToastImageAndText02 ToastImageAndText03 ToastImageAndText04 ToastText01 ToastText02 ToastText03 ToastText04 |
| --title | タイトル |
| --line1 | メッセージ1行目 |
| --line2 | メッセージ2行目 |
| --img | 使用する画像(200kb 以下、1024px 以下) |
| --app_id | APP ID(デフォルトは「console-toast-8」) |
| --icon | 使用するアイコン(.ico、32x32) |
| --silent | サイレントかどうか |
備考
- 日本語を使用すると文字化けする