#26434
Yutaka Emura
Keymaster

Hello David,

If you just want to combine files at disk, you can do that with the COPY command in Command Prompt, for instance:

COPY file1.txt + file2.txt file3.txt

or

COPY *.txt file3.txt

What do you think?