Well, it looks like that won't copy entire folders, but thanks for the link - I didn't know about those packages. They should come in handy in the future.
Also, in case anyone reads this later on, I found out that SystemExec does work to an extent - I can run commands like "copy", but for some reason, it won't run "xcopy". On top of that, you can make a batch (.bat) file with the "copy" command, and it'll work. But the bizarre part is if your .bat file has "xcopy" it doesn't work.
If I find a solution, I'll post it. If not, I'll just use a bunch of For loops to copy each file/folder individually.
-- Rick