home *** CD-ROM | disk | FTP | other *** search
- Append (c)1989 Oliver Enseling
- ------------------------------
-
- Sometimes it may be necessary to connect two or more files. Usually this can
- be done be the usage of the CLI command JOIN. Only JOIN does not allow to
- append one file to another without some roundabout ways. You have to JOIN
- the two files, delete the old ones and rename the new file. APPEND serves
- to shorten this procedure.
- APPEND is a CLI command, thus it cannot be invoked from Workbench. To
- start APPEND type:
-
- APPEND <file>1 [<file2> [...]] [TO] <dest>
-
- The files <file1>, <file2>, etc. will be appended to the existing file <dest>.
- If <dest> does not exist it will be created. You can leave out the TO if you
- feel like it.
-
- OE
-