This is really stupid but

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
back_slash
Posts: 19
Joined: 20 Aug 2021 08:07

This is really stupid but

#1 Post by back_slash » 07 Dec 2022 19:40

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

OJBakker
Expert
Posts: 88
Joined: 12 Aug 2011 13:57

Re: This is really stupid but

#2 Post by OJBakker » 08 Dec 2022 03:30

Try the

Code: Select all

WaitFor
command.
See

Code: Select all

waitfor /?
for the syntax.

Post Reply