Windows pop up message when responds to ping [cmd, PowerShell]
Is it possible to run a specific script and receive a message (like msg command) when t开发者_JAVA百科he pinged machine becomes available?
ping -n <Address> | find "TTL=" && (
msg * Online
)
精彩评论