Now I have encountered a problem.
My script takes some input text and processes it into HTML for a web page. The output is sent to standard out, which I redirect either to a file or to the clipboard. When I tried to load the saved file in my browser, nothing appeared. When I looked at the output, I saw the problem. TCC-RT sends its version information when it starts, and that becomes a part of the output. Is there a way to suppress that?
If I cannot suppress that initial output, I will have to rewrite the script to accept a filename for the output and write the output to the file. Since the TEXT, ECHOS, and ECHO commands are used extensively throughout the script, it would take some work to make the conversion.