Search found 5 matches
- 15 Nov 2021 21:39
- Forum: DOS Batch Forum
- Topic: How to communicate from one computer to another in Batch
- Replies: 11
- Views: 12194
Re: How to communicate from one computer to another in Batch
It now works! Thanks for the help!
- 15 Nov 2021 15:26
- Forum: DOS Batch Forum
- Topic: How to communicate from one computer to another in Batch
- Replies: 11
- Views: 12194
Re: How to communicate from one computer to another in Batch
So it now works. However, as I tested it, it doesn't work when you just open the batch file. You need it to run on cmd.exe directly For example I want to run client.cmd using the call command in another batch script. But when it opens, It crashes. Even going to explorer and double-clicking (opening)...
- 13 Nov 2021 12:03
- Forum: DOS Batch Forum
- Topic: How to communicate from one computer to another in Batch
- Replies: 11
- Views: 12194
Re: How to communicate from one computer to another in Batch
ok but how can I know the name of the system of the receiver and the sender? Is that the Device Name?
- 12 Nov 2021 13:35
- Forum: DOS Batch Forum
- Topic: How to communicate from one computer to another in Batch
- Replies: 11
- Views: 12194
Re: How to communicate from one computer to another in Batch
this might be helpful but how to send the signal from one computer to other computers?
- 11 Nov 2021 11:50
- Forum: DOS Batch Forum
- Topic: How to communicate from one computer to another in Batch
- Replies: 11
- Views: 12194
How to communicate from one computer to another in Batch
So I was planning it to be like this: Sender will send a message Receiver will receive that message But I don't know how tho. Can someone pls help me :( Here's the code for now Sender: @echo off echo Put message in here to send in the receivers. set /p msg=">" (send message code that I don't know ho...