VST_PlugIns Sub-Folder Contents =============================== Ampsim Compressor EQ Reverb Ampsim.ini Compressor.ini EQ.ini Reverb.ini Explanations ------------ Each sub-folder contains the associated .dll • All of the .dll's are "dummies". The .ini file is simply a "pointer" to the associated .dll The Objective ------------- The sole objective of this script is to move of the above folders|data - minus the Ampsim folder and the Ampsim.ini file, from the source path to the destination path. Source path: C:\Path1 Destination path: C:\Path_Copy Folders ------- Source: C:\Path1\VST_PlugIns Destination: C:\Path_Copy End Result ---------- In the end, this is what I want: C:\Path1\VST_PlugIns\Compressor\FabFilter Pro-MB.dll C:\Path1\VST_PlugIns\EQ\FabFilter Pro-Q 3.dll C:\Path1\VST_PlugIns\Reverb\FabFilter Pro-R 2.dll C:\Path1\VST_PlugIns\Compressor.ini C:\Path1\VST_PlugIns\EQ.ini C:\Path1\VST_PlugIns\Reverb.ini