could anyone tell me how to join two text files in to one file.

My files are c:\test\testfile1.txt
and c:\test\testfile2.txt

I want one file at the end with the data from both files in called c:\test\testfile1.txt
(basically I am trying to append the data from testfile2 to testfile1. How do I go about this ? code would be great with a short explaination.

I use VB5 so don't have the filesystem object

Thanks
Locutus

[Edited by locutus on 07-27-2000 at 09:38 AM]