CompuServe Messages

merge program sought

    27-Jan-90 16:25:53
Fm: Skye Lininger <Sysop> 76702,1101
To: Mark D. Hutchings 76304,3072
What do you mean by "merge?" Do you mean "concantenate"–i.e. add one file to another; or "integrate"–i.e. a bit of data from one file, then a bit of data from file two, then more data from file one, etc.? Concantenation can be done with a DOS command: COPY FILE.1 + FILE.2 FILE1&2 Data FILE.1 and FILE.2 will be concantenated into the new FILE1&2. Integration is tricker and depends on what you want to do and the form your data is in to begin with. Let me know if this is helpful or if I misunderstood what you were asking about.