RemoteRename <oldname>, <newname>
Rename a file on the remote file system (in the current directory).
See also: ForEach, LocalRename
Examples:
RemoteRename "staff.dat", "staff.da1"
RemoteRename "today.log", "log$(year)$(month)$(day).log" (see Makros)
ForEach remote "*.txt" do "RemoteRename '*.txt', '*.text'". (see ForEach)
← Back to Script Commands