|
The APPEND command can be used to append or add a displayed file to a stored file:
| 1 | Press F9 to access the action line. |
| 2 | Type append d:\path\filename where d: represents the drive, path the directory, and filename the name of the file you are adding to. |
| 3 | Press F10 to append the file. |
Nota Bene will append the current file to the end of the selected file. If you wish to append to the top of the file use the apt command instead of append.
To append a defined block of text to a stored file:
| 1 | Define the text you would like to append. If you do not define text, your entire file will be appended to the stored file. |
| 2 | Press F9 to access the action line. |
| 3 | Type append d:\path\filename where d: represents the drive, path the directory, and filename the name of the file you are adding to. |
| 4 | Press F10 to append the defined block to the stored file. |
To append a stored file to another stored file:
| 1 | Press F9 to access the action line. |
| 2 | Type append d:\path\filename,d:\path\target where the first directory, path and filename represents the file to be appended and the second drive, path and directory represents the file to which text will be added. |
| 3 | Press F10 to append the file. |
See also:
Merge: ME command
Combining Files
|