Copy and append files into a single file
Posted: 03 Oct 2013 07:42
Hello,
i need to search all files having names *.app.h in directory C:SRC and sub directory and append the content of the files into a single file, newfile.txt.
I used,
xcopy C:\SRC\*app.h newfile.txt /s
But the probelm is the files are not appended but are overwritten and hence i only hav the last file in newfile.txt ?
i need to search all files having names *.app.h in directory C:SRC and sub directory and append the content of the files into a single file, newfile.txt.
I used,
xcopy C:\SRC\*app.h newfile.txt /s
But the probelm is the files are not appended but are overwritten and hence i only hav the last file in newfile.txt ?