Older The file exists in both the source and destination directories. The time stamp of the file in
the source directory is newer than the one in the destination directory. RoboCopy doesn??™t consider
the status of the file size or attributes when placing a file into this class.
eXtra An extra file exists in the destination directory, but not in the source directory. You can use the
/PURGE command line switch to remove extra files. However, use the /PURGE command line switch
with extreme care because a typo can cause RoboCopy to delete the entire destination directory.
Mismatched The entry exists as a file in the source directory and as a folder in the destination
directory. RoboCopy reports this problem in the output log, but doesn??™t attempt to fix it.
SORTING FILE CONTENT WITH THE SORT UTILITY 377
Notice that the two command lines use distinctly different command line switch sets. For example,
you can??™t use the /A and the /S command line switches together. The following list describes each
of the command line arguments.
drive1/drive2 Specifies the drive for the source and destination. The default is the current
drive.
path1/path2 Specifies the absolute or relative path to use for the source and destination.
Pages:
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894