Merging Multiple text files - Is it possible?
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
Kent
Merging Multiple text files - Is it possible?
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?
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
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
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.
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.