I could be wrong on this but here goes some sudo/Applescript for you;
tell application "Finder"
copy item to folder "whatever the destination"
copy item to folder "Next folder destination"
copy item to folder "next folder destination"
end tell
Where item is the name or variable containing the name of the object to be moved and all folder destinations are absolute with ":" instead of the "/" in the path.
Does this help you in the right direction?
I think there is a "delete item" command for Finder also.
Good Luck.
SA
