- Sep
- 134
- 1
The manual says:
in a BTM then it produces an error:
The system could'nt find the desired file.
The alternate with :: is working correct
REM must be followed by a space or tab character, then the comment. TCC will ignore everything on the line following the REM, including quotes, redirection symbols, and other commands (see below for the exception to this rule).
but this
Code:
rem >>%tmpfn%
The system could'nt find the desired file.
The alternate with :: is working correct