I'm trying to make a message system that can theoretically send messages from on batch file to another while keeping both open
问题 I have some code already done some code for the sender.bat and receiver.bat but the problem is, that when I send the message from the sender.bat it calls the receiver.bat and at which point I have two problems: 1)The sender.bat closes (and I want that to stay open so I can send further messages) and receiver.bat opens (which is what I want) but when it opens it brings with it the second problem. 2)It keeps repeating the same (the first) message So I'll just give you the code and hope someone