cmd Using xcopy command

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

Xcopy, copies files and directories, including subdirectories.

Parameters

ParameterDetails
/hCopies files with hidden and system file attributes. By default, xcopy does not copy hidden or system files.
/rCopies read-only files.
/sCopies directories and subdirectories, unless they are empty. If you omit /s, xcopy works within a single directory.
/ySuppresses prompting to confirm that you want to overwrite an existing destination file.
/DOrders CMD to only copy files that are newer than their destination opposite.


Got any cmd Question?