Copy a variable to another variable.
The copy/variable command is used to copy a variable to a new variable.
General Format
copy/variable from_variable to_variable [/qualifiers]
Alternate
cpvar from_variable to_variable [-qualifiers]
Qualifier Summary
General Qualifiers:
/[no]log
/[no]confirm
/node = target_node
Examples
C:\> schedule copy/variable sch_test_var sch_test2_var
Qualifiers
/confirm
/noconfirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname=host_name
The qualifier specifies what node (either local or remote) you want the operation performed on.
/log
/nolog
The LOG qualifier causes each completed operation to issue a note to the user.