Hi,
Hm.. Sounds to me that you could fairly quickly write it, using a function which reads all names in a directory, checks wether a name is a directory, copies a file to that directory, and call itself for each filename in the directory.
use:
is_dir($name)
to check wether a file is a directory, and copy($originalfile, $newfile)
to copy.
J