I have a .txt file (txt1.txt) that has data in it. I want to add the contents of another text file (txt2.txt) AFTER the data in txt1.txt; In other words, add the contents of txt2.txt to txt1.txt. What batch file COMMANDS will do that? COPY file1.txt+file2.txt result.txt or Code: [SELECT]TYPE file2.txt >> file1.txtboth ACCEPTABLE .. Thank you to all. bob