home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / append.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  22 lines

  1.     definition of term:                          DOS command:
  2. APPEND                         APPEND [[d1:]pathname1]
  3.                                     [;[d2:]pathname2][/X][/E]
  4. When something is added on to the end        The Append command sets the 
  5. of a file without altering the previous      directories DOS will search for
  6. contents of the file, it is appended to      non-executable files. For more
  7. the file. Redirection with the double-       information, leave the NEW_TERMS
  8. arrow (>>) causes the redirected output      topic (by pressing the Return, 
  9. to be appended to the output file. See       Enter, or <──┘  key at the 
  10. the REDIRECTION >>(APPEND) definition        "NEW_TERMS Topic?" prompt) and
  11. for more information. The + option of         request the APPEND topic.
  12. the COPY command can also append files.
  13.  
  14. For example, suppose file 1 originally
  15. contained
  16.     AAAABBBB
  17. and file 2 contained
  18.     bbbbCCCC
  19. and that file 2 was appended to file 1.
  20. Then file 1 would contain
  21.     AAAABBBBbbbbCCCC
  22.