You are on page 1of 1

File Copy Syntax...

[Copy Drive Location]/[folder name]/xcopy [file name with extension,next file with
extension] [Move Drive Location]/[Folder name]

Example-

D:/>cp>Xcopy cc.txt F:mv

Folder Copy Syntax...

[Copy Drive Location]/xcopy [Folder name]/e [Move Drive LOcation]/[Folder name]

Example-

D:/>xcopy cp/e F:mv

Attribute--

/E - Copies folders and subfolders, including empty ones.


/H - Copies hidden and system files also.
/K - Copies attributes. Typically, Xcopy resets read-only attributes.
/O - Copies file ownership and ACL information.
/X - Copies file audit settings (implies /O).attribute

You might also like