The insert command inserts the designated layout definition into the database.
Windows/OpenVMS Format:
insert/layout layout_name file_name [/qualifiers]
UNIX/Linux Format:
inslay layout_name file_name [-qualifiers]
/[no]log or -[no]log
/[no]confirm
/hostname or -node =hostname
Windows:
Schedule> insert/layout mylayout c:\temp\layout.txt
Schedule> insert/layout mylayout disk$boot:[TWAYNE]layout.txt
UNIX/Linux:
Schedule> inslay mylayout /usr/users/mwayne/layout.txt
/[no]confirm or -[no]confirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname or -node =hostname
The qualifier specifies what node (either local or remote) you want the operation performed on.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.