Nonazoona wrote: » Hi all, learning the command prompt on windows for the first time. While studying I came across the "copy" command and I have been trying to copy two files at one time to a different folder. The command syntax I've been using is: copy file1+file2+file3 destination. What ends up happening is the files (when I've done it they were .txt files) "merged" together. I list tge three seperate files and they copy over as one file. When I open that file, the text of all 3 files are there. Is there a way to copy more than one file to a different destination using one input? I know wildcards, but I'm talking files of different types. Thanks to any and all help in advance!