Difference Between COPY and XCOPY
COPY does a shallow copy (doesn’t recurse into sub directories) while XCOPY has the option to do a recursive copy which will copy all files and sub folders within the target folder that you are copying. if you’re just copying one single file, either one will suffice.