GUI version of Robocopy

What command do you use for copying of files from the command line? COPY would be the most obvious answer for single-item copying of files.

For copying multiple directories you would use XCOPY command, since it preserves the attributes as well. What about preserving NTFS extended attributes such as access control lists and alternate data streams? Use Robocopy. It is available as part of Windows Resource Kit, designed to overcome unreliable network conditions or other possible interruptions of services e.g., for copying files to drives mapped across WAN links or via wireless networks.