If I have the command in a .btm file
it does exactly what I want it to do - to write the value of %line into the file opened by handle %h, and I see nothing in my tcc window. However, if %line is empty, it (properly) writes a blank line in my file, but in my tcc window, I see, "ECHO is OFF". Shouldn't the redirection to NUL prevent that?
echo %@filewrite[%h,%line]> nul
it does exactly what I want it to do - to write the value of %line into the file opened by handle %h, and I see nothing in my tcc window. However, if %line is empty, it (properly) writes a blank line in my file, but in my tcc window, I see, "ECHO is OFF". Shouldn't the redirection to NUL prevent that?