【发布时间】:2016-09-16 16:11:00
【问题描述】:
我想为 windows 8.1/windows 10 中的重复通知编写一个 .bat 脚本。 windows 8.1/windows 10 (cmd) 中是否有类似 linux 中的“notify-send”的命令?
【问题讨论】:
-
Windows 中有一个
net send命令 -- 不确定它是否仍然存在... -
msg * /server:%computername% "Hello" -
msg %username% "hello" 将通知作为警报框提供。我想要什么作为通知。例如 - 当我们收到邮件时,右上角的那个蓝色的东西会弹出
标签: windows batch-file push-notification notifications command-prompt