Re: reading file



You don't need to write any program.
Just do

copy oldfile /A addfile newfile <ret>

This copies the file you want to add ("addfile")to the end of the old
file ("oldfile" (ASSUMING ASCII LINES, else take away the /A) and
creates a new ascii file "newfile" with both inside in the order
stated.

.