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?
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.
Summary: Need help writing a batch that will open a txt file, find a date (that is in an http address), then change that date to current. Possible? ...
Summary: Hi, I'm having trouble merging two text files. I need to merge them so that the lines alternate, eg. doc1line1 doc2line1 doc1line2 doc2line2 etc. Is there any way to do this? Thanks. ...
Summary: My problem: I have two files data1.txt and data2. txt that I need to merge in a single file datanew.txt data1.txt has the following simplified structure A B C 1 2 3 11 22 33 111 222 333 data2.txt has ...