Computing.Net > Forums > Disk Operating System > Append one file to another

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Append one file to another

Reply to Message Icon

Name: conduit4
Date: July 23, 2003 at 07:56:00 Pacific
OS: W2k
CPU/Ram: N/A
Comment:

How would I go about appending one text file to another. I have a series of text files that I want to consolidate into one.




Sponsored Link
Ads by Google

Response Number 1
Name: conduit4
Date: July 23, 2003 at 07:56:59 Pacific
Reply:

I need to do this with a Batch file.


0

Response Number 2
Name: JackG
Date: July 23, 2003 at 17:48:25 Pacific
Reply:

COPY file1 + file2 + file3 + file4 filenew


0

Response Number 3
Name: Madrus
Date: July 29, 2003 at 05:23:39 Pacific
Reply:

something like this would also do the trick:

type file1.txt > filenew.txt
type file2.txt >> filenew.txt
type file3.txt >> filenew.txt
...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


format...hd.......don't g... DOS 6.0 for Windows XP



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Append one file to another

Copy one file to another www.computing.net/answers/dos/copy-one-file-to-another/5049.html

copy file to another pc with dos www.computing.net/answers/dos/copy-file-to-another-pc-with-dos/12720.html

Append or write to the end www.computing.net/answers/dos/append-or-write-to-the-end/13002.html