Merging Multiple text files - Is it possible?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
Kent

Merging Multiple text files - Is it possible?

Post by Kent »

I have about 200 text files that I want to merge all of them into one single file without having to copy/paste each file. Does TextPad have the features to do this?
Berend Hasselman

Re: Merging Multiple text files - Is it possible?

Post by Berend Hasselman »

In textpad use context popup (right click) and select Insert, Files

or use the dos command

copy /b file1+file2+file3 target

(the /b is to avoid Ctrl-Z being written at end of file)

berend
Michael
Posts: 2
Joined: Tue Mar 16, 2004 2:40 pm

MERGING MULTIPLE TEXT FILES

Post by Michael »

Question was: I have about 200 text files that I want to merge all of them into one single file without having to copy/paste each file. Does TextPad have the features to do this?

I found answer: In textpad use context popup (right click) and select Insert, Files

I tested it. It is working for maximum 112 files ! In case of bigger quantity, inserting is not working. Can somebody help me ? I want to merge 1000 files.
Post Reply