The below is an example listed from MicroSoft website:
------------------------------------------------------------------------
Examples
To copy all the files and subdirectories (including any empty subdirectories) from drive A to drive B, type:
xcopy a: b: /s /e
To include any system or hidden files in the previous example, add the/h command-line option as follows:
xcopy a: b: /s /e /h
-----------------------------------------------------------------------------
More information can be found on this webpage from MicroSoft Website.
No comments:
Post a Comment