How can I append file1 to file2, from a batch file? Text files and only using what is \"standard\" on windows.
It is as simple as
type file1 >> file2