SyntaxFix
Write A Post
Hire A Developer
Questions
Try this. Copy this into a batch file - such as send.bat - and then simply run send.bat to send the message from the temperature program to the prismcom program.
send.bat
temperature.exe > msg.txt set /p msg= < msg.txt prismcom.exe usb "%msg%"