home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AT_WORLD / ATRIW1.MSA / STG_CRTR.A63_APPEND_APPEND.TXT < prev    next >
Text File  |  1994-11-20  |  2KB  |  60 lines

  1. ;---------------------------------------------------------------------
  2. ;-                               APPEND.TTP                          -
  3. ;-                                                                   -
  4. ;-                         Joins files together                      -
  5. ----------------------------------------------------------------------
  6.  
  7. Documentation
  8.  
  9. This English documentation has been loosely translated by Joe Connor 
  10. from the original text written by Gregor Duchalski.
  11.  
  12. APPEND.TTP may be freely distributed so long as it remains intact 
  13. and complete. Neither Gregor Duchalski nor I accept any liability or 
  14. responsibility for any direct or indirect damage that may arise, 
  15. either financial, material or any other kind from either the use or 
  16. misuse of this document. All trademarks used are recognised and 
  17. acknowledged.
  18.  
  19. Contact addresses for bug reports, suggestions etc:
  20.  
  21. Gregor Duchalski
  22. Im Wiescherfeld 21
  23. D-44627 Herne
  24. Germany
  25.  
  26. Email: Gregor_Duchalski@do.maus.ruhr.de
  27.  
  28. Joe Connor
  29. 65 Mill Road
  30. Colchester
  31. CO4 5LJ
  32.  
  33. Email: jconnor@cix.compulink.co.uk
  34.  
  35. --------------------------------------------------------------------
  36. APPEND.TTP
  37.  
  38.  Calling APPEND.TTP
  39.  Version history APPEND.TTP
  40.  
  41.  --> TXT2STG.TTP
  42.  
  43. --------------------------------------------------------------------
  44. Calling APPEND.TTP
  45.  
  46.  APPEND source-file target-file
  47.  
  48.  Appends the file 'source-file' to the file 'target-file'. If the 
  49.  'target-file' does not exist then the 'source-file' will simply be 
  50.  duplicated and renamed.
  51.  
  52. --------------------------------------------------------------------
  53. Version history APPEND.TTP
  54.  
  55. Version  Date      Changes
  56.  
  57. 1.03     18.07.94  -safety checks installed.
  58.  
  59. ;--------------------------------------------------------------------------
  60.