home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / polminet / jakub_zalepa / tasstring / readme < prev    next >
Text File  |  1998-01-01  |  542b  |  25 lines

  1. TasString
  2. (c) Simon/Maniacs 1997
  3.  
  4. This is Arexx script which was designed for assembling two text files. For
  5. example if you have two text files like that:
  6.  
  7. File1:          File2:
  8.  
  9. Line1           Line222
  10. Line2           Line333
  11. Line3           xyz
  12.  
  13. My script, after running it (RX) will give you following output:
  14.  
  15. Line1
  16. Line222
  17. Line2
  18. Line333
  19. Line3
  20. xyz
  21.  
  22. Remember, you have to rename your text files to: "Source1" and "Source2" 
  23. form source files and copy them to "RAM:". In "RAM" too, you will get an 
  24. output file, which name will be "Dest".
  25.