RENAME oldfilespec newfilespec Qualifiers /DATE:dd-mmm-yy /SINCE:dd-mmm-yy /THROUGH:dd-mmm-yy /SINCE:dd-mmm-yy/THROUGH:dd-mmm-yy /TODAY /EXCLUDE:filespec The RENAME command allows you to rename a file. With this command you may change the filename and you may also change the UFD in which the file resides. You cannot, however, move a file from one device to another using this command. 2 DATE RENAME/DATE:dd-mmm-yy filespec[s] The /DATE qualifier specifies that you wish the RENAME command to affect only files created on the given date. 2 SINCE RENAME/SINCE:dd-mmm-yy filespec[s] The /SINCE qualifier specifies that you wish the RENAME command to affect only files created on or after the given date. You can combine /THROUGH and /SINCE to create a range of dates. 2 THROUGH RENAME/THROUGH:dd-mmm-yy filespec[s] The /THROUGH qualifier specifies that you wish the RENAME command to affect only files created on or before the given date. You can combine /THROUGH and /SINCE to create a range of dates. 2 TODAY RENAME/TODAY filespec[s] The /TODAY qualifier specifies that you wish the RENAME command to affect only files created today. 2 EXCLUDE RENAME/EXCLUDE:filespec The /EXCLUDE qualifer specifies that you wish the RENAME command to exclude the named file (or files if named with wildcards) in its action.