save_buffers
save_buffers [directory]
save_buffers saves all paste buffers with names to the directory specified by directory. If no directory is specified, the current document directory is used.
save_buffers saves all buffers named with the
set paste command and
copy_mark command and appends the suffix:
.apb. A buffer name may be truncated to conform to operating system limitations.
Buffers are loaded with the
load_buffers command.
sb is a synonym for save_buffers.
Examples
save_buffers
sb bookbfps
Related Topics