SyntaxFix
Write A Post
Hire A Developer
Questions
You can use:
type text1.txt >> combine.txt echo >> combine.txt type text2.txt >> combine.txt
or something like this:
echo blah >> combine.txt echo blah2 >> combine.txt echo >> combine.txt echo other >> combine.txt