... and all three folders have files in them I want to be able to toss the source, c temp, at the a script and copy everything in c temp and all subfolders below it ...
First, you have to create a script to copy files from the source folder to the destination folder. We will use the xcopy command for this. The syntax of the command will be as follows: xcopy "path of ...