1.

Solve : creating a batch file to merge two files into one?

Answer» HI,
I want to create a batch file that will merge two files, LET's CALL them data_1.txt and data_2.txt into one single data.txt file. I'm lacking slightly in my knowledge of commands so if someone could point me in the right direction that would be GREAT!
THANKS in advancecopy data_1.txt+data_2.txt data_3.txtPerfect! Thank you


Discussion

No Comment Found