Copying Folder Contents using Xcopy
Introduction: Xcopy is a powerful copy command with excellent features,we can easily copying any win32 items using Xcopy. Main: Xcopy command syntax, XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W] [/C] [/I] [/Q] [/F] [/L] [/H] [/R] [/T] [/U] [/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/EXCLUDE:file1[+file2][+file3]…] source Specifies the file(s) [...]