If I understand you correctly, you want to "distribute" a file or folder to multiple locations, right? Onc source file/folder, multiple destinations. If that's the case, this isn't the tool to use unless you wrap code around it -
 Code:
$aDests = '\path1\', '\path2\'... ; create array of destination paths
For Each $Dest in $aDests
  CopyFiles2($Source, $Dest, 1)
Next
I have other tools that might be better to use. I'm heading to the airport now, but will see if there's anything in my arsenal that's better for you and follow up when I get back this weekend.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D