A quick way to add multiple lines to a text file (in this case my todo.txt, but it could be any text file) (from aKB article):
You can add a line to the end of a file, such as your CONFIG.SYS file, without using an editor if you use the COPY command in the following [...]