Computing.Net > Forums > Programming > Batch that can merge two txt files?

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.

Batch that can merge two txt files?

Reply to Message Icon

Name: remda
Date: January 11, 2005 at 14:56:40 Pacific
OS: winxp
CPU/Ram: 512
Comment:

ok new question. I need to create a batch program using the cmdpromt that can merge 2 or 3 textfiles togeather.
Like, if I have file1.txt and file2.txt, it would copy the content of file2.txt and past it after the content of file1.txt in file1.txt :)

I need help with this as I have no skills at all in batch programming. It would be very nice if anyone could give me the code.. or atleast give me a link to where I can learn to make my own batch programs.



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: January 11, 2005 at 20:40:30 Pacific
Reply:

copy 1.txt+2.txt 1&2.txt

http://www.techtutorials.info/dbatch.html
http://users.accesscomm.ca/gbraun/batch/rant.htm#manifest
http://www.fpschultze.de/bsc.htm

HTH

M2


If at first you don't succeed, you're about average.


0
Reply to Message Icon

Related Posts

See More







Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Batch that can merge two txt files?

batch to edit a txt file www.computing.net/answers/programming/batch-to-edit-a-txt-file/15327.html

Merging two text files, alternating order. www.computing.net/answers/programming/merging-two-text-files-alternating-order/19292.html

Batch merge two txt files www.computing.net/answers/programming/batch-merge-two-txt-files/18956.html