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.
how to merge 2 txt files using batch script
Name: Programmer Date: July 21, 2009 at 04:09:55 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi I have 2 text files - Customer1.txt and Customer2.txt. Both files have same data format. i need to merge these 2 files such that data from Customer2.txt is appended to data from Customer1.txt and a new file Customer.txt is created. The newly created file has to be moved to a specific location.
Also is it possible to send an email incase any of the file is missing.
Summary: Anyone know how to combine 2 assembly files together??? The assembly files are the codes generated by 2 c files, each of which has its own main function. Thanks very much ...
Summary: I managed to find a solution to my problem. I was not able to merge the txt files, but i found another way of getting the result as i wanted it. Its ineffective programming, but the script doesn't use...