|
The ME command (or MERGE) can be used to merge or copy a stored file into an open file:
| 1 | Place the cursor at the point where you want to insert the stored file. |
| 2 | Press F9 to access the action line |
| 3 | Type me d:\path\filename (or merge d:\path\filename) where d: is the specified drive, path the directory location of the file, and filename is the file to be copied into your file. |
| 4 | Press F10 to merge the files. |
Nota Bene will copy the entire text of the file you specify into the file you are editing. This command is useful for merging boilerplate text (text that is used repeatedly) into your file.
See also:
Append: APPEND command
Combining Files
|