However, unlike the /A command line
switch, this command line switch does reset the archive bit.
/D[:Month-Day-Year] Copies files changed on or after the specified date. When you leave
out the date, then XCopy only copies the file when the date of an existing file in the destination
is older than the source file. If the dates are the same or newer, then XCopy doesn??™t copy the file.
/EXCLUDE:Definition1[+Definition2][+ Definition3]... Excludes files or directories
based on the strings you provide. For example, specifying .TXT as a string excludes all text files
from the copy. On the other hand, specifying a string such as \MyDir excludes the entire \MyDir
subdirectory from the copy. You can make strings ambiguous to describe a number of conditions.
For example, including the string My would exclude files or directories with the word My
in them as any part of the name, including the extension. You can create multiple excludes by
separating each exclude string with a plus sign (+).
/P Prompts the user before creating each destination file.
/S Copies all files in the current directory, plus all subdirectories and their files except empty
subdirectories.
Pages:
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916