Page 1 of 1

This is really stupid but

Posted: 07 Dec 2022 19:40
by back_slash
Is it possible to send a notification to a totally different computer in some way with batch?
This is probably seeming pretty ridiculous but just like some way to detect that something triggered in the batch file on the other computer

Re: This is really stupid but

Posted: 08 Dec 2022 03:30
by OJBakker
Try the

Code: Select all

WaitFor
command.
See

Code: Select all

waitfor /?
for the syntax.