Dictionary of Computer and Internet Terms: xcopy
xcopy
a command in Windows and other operating systems for copying groups of files. It works just like copy except that as many files as possible are read into memory before any are written to disk. This is usually faster than using copy. Also, with the /s option, xcopy will copy a directory with all its subdirectories.