I'd like to copy several known files to another directory as a part of a post-build event, but I don't want to have lines and lines of "copy [file] [destination] [switches]" in my build event.
If possible, I'd like to list out the files I'd like to copy using a similar format: "copy [file 1] [file 2] [file 3] [etc...] [destination] [switches]". However, Windows doesn't seem to like this type of format. How can I do it?