Previous Topic

Next Topic

Copy a layout (copy/layout or cplay)

The copy command is used to copy a layout file to new layout file name.

Windows/OpenVMS Format:

copy/layout from_layout_name to_layout_name [/qualifiers]

UNIX/Linux Format:

cplay from_layout_name to_layout_name [-qualifiers]

Qualifier Summary

/[no]log or -[no]log

/[no]confirm

/node or -node = target_node

Examples

Windows/OpenVMS:

Schedule> copy/layout test_run production_run

UNIX/Linux:

Schedule> cplay test_run production_run

Qualifiers


/[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.

See Also

LAYOUT Commands

Create a layout (create/layout or mklay)

Delete a layout (delete/layout or rmlay)

Display a list of layouts (directory/layout or lslay)

Edit a layout definition (edit/layout or edlay)

Extract a layout (extract/layout or extlay)

Insert a layout (insert/layout or inslay)

Rename a layout (rename/layout or mvlay)

Type out a layout (type/layout or catlay)