merge files and write the original filename before the content (batch) [resolved]
Posted: 11 Nov 2016 09:16
Hello,
I have two files :
File1.txt
File2.txt
I need to merge them and have the original filename before the content :
Output.txt
I think there is an easy way to do that in batch language, I don't remember how. Could you help me ?
Thank you !
I have two files :
File1.txt
content1 content1 content1 content1 content1 content1
content1 content1 content1 content1 content1 content1
File2.txt
content2 content2 content2 content2 content2 content2
content2 content2 content2 content2 content2 content2
I need to merge them and have the original filename before the content :
Output.txt
File1.txt
content1 content1 content1 content1 content1 content1
content1 content1 content1 content1 content1 content1
File2.txt
content2 content2 content2 content2 content2 content2
content2 content2 content2 content2 content2 content2
I think there is an easy way to do that in batch language, I don't remember how. Could you help me ?
Thank you !