sakumar79 said:
Actually, if you can use wildcards * and ? too, so you can do "copy *.txt new.txt".
This worked for me. But is there a way to append some text between each text file? If TEXT1.TXT has the following as its content:
cars
bikes
scooters
and TEXT2.TXT has:
planes
trains
automobiles
can it be made to output:
cars
bikes
scooters
------------------------------
planes
trains
automobiles
Otherwise, it just crams each file together and makes it hard to differentiate between each one.
The reason I ask is because I've got a couple hundred text files I want to merge and doing it by hand is going to be quite time-consuming.