Kavya TKnowledge Contributor
Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?
Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?
XCOPY
XCOPY is a much more powerful copying command than the COPY command. It is especially useful when backing up your fixed disk. A common usage would be to use the /S option along with the /D:date option to back up only the files that have been changed since the date of your last backup.