home *** CD-ROM | disk | FTP | other *** search
- definition of term: DOS command:
- APPEND APPEND [[d1:]pathname1]
- [;[d2:]pathname2][/X][/E]
- When something is added on to the end The Append command sets the
- of a file without altering the previous directories DOS will search for
- contents of the file, it is appended to non-executable files. For more
- the file. Redirection with the double- information, leave the NEW_TERMS
- arrow (>>) causes the redirected output topic (by pressing the Return,
- to be appended to the output file. See Enter, or <──┘ key at the
- the REDIRECTION >>(APPEND) definition "NEW_TERMS Topic?" prompt) and
- for more information. The + option of request the APPEND topic.
- the COPY command can also append files.
-
- For example, suppose file 1 originally
- contained
- AAAABBBB
- and file 2 contained
- bbbbCCCC
- and that file 2 was appended to file 1.
- Then file 1 would contain
- AAAABBBBbbbbCCCC