Software >> OS >> Windows >> Command Line >> How to copy files with the ownership and other information intact

use robocopy.exe from windows resource kit eg. to copy with all attribute maintained robocopy <source> <destination> /E /COPYALL /E => copy subdirectories including empty ones /COPYALL => copies all aspects of the file eg. auditing, acl etc