How to copy only files from a folder and respective subfolders using a batch script

Ok so here’s a nifty little batch script that will loop through all the directories in a directory to gather all the subsequent files into a new directory. (Code at bottom of the page) (For those of you that don’t know what a batch script is here’s a quick definition. A batch file is a … Continue reading How to copy only files from a folder and respective subfolders using a batch script