Batch File Line Continuation

TCC will combine multiple lines in the batch file into a single line for processing when the escape character is the last character of each line to be combined (except the last). For example:

 

c:\> echo The quick brown fox jumped over the ^

sleeping ^

dog. > alphabet