Previous Topic

Next Topic

Book Contents

Book Index

rename/directory

Rename a directory.

The RENAME command will change the name of a directory.

General Format

rename/directory old_directory_name new_directory_name [/qualifiers]

Alternate

mvdir old_directory_name new_directory_name [-qualifiers]

Qualifier Summary

general qualifiers:

/[no]log

/[no]confirm

/node = target_node

Examples

C:\> schedule rename/directory \cbrown\ \kanderson\/confirm

rename \cbrown\ to \kanderson\ [y/n] (y): yes

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.

See Also

DIRECTORY commands

create/directory

delete/directory

directory/directory

modify/directory