-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update xcopy.md - overwrite prompting #7222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@DovieW : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit a3d9e7c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? #label:"aq-pr-triaged" |
@@ -49,8 +49,9 @@ Xcopy <Source> [<Destination>] [/w] [/p] [/c] [/v] [/q] [/f] [/l] [/g] [/d [:MM- | |||
|/o|Copies file ownership and discretionary access control list (DACL) information.| | |||
|/x|Copies file audit settings and system access control list (SACL) information (implies **/o**).| | |||
|/exclude:FileName1[+[FileName2]][+[FileName3]( \)]|Specifies a list of files. At least one file must be specified. Each file will contain search strings with each string on a separate line in the file. When any of the strings match any part of the absolute path of the file to be copied, that file will be excluded from being copied. For example, specifying the string **obj** will exclude all files underneath the directory **obj** or all files with the **.obj** extension.| | |||
|/y|Suppresses prompting to confirm that you want to overwrite an existing destination file.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear whether it will auto overwrite or auto skip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meaning, just suppressing the prompt could mean it will just skip the file entirely without asking.
It's not clear that it is a force.
No description provided.