I need to create a package which copies a file from the source to a couple of destination folders(for example if a file exists in the source folder, i need to copy the same file in a couple of different folders)....I know u could copy the file from source to destination using FileSystem task, but the problem is it copies only to one destination folder(In my case i need to copy to different folders)
How do i solve this issue?? Any Suggestions