Is this possible?

I’m new to Applescript, but I’m trying to learn.

Is it possible to create a droplet that would allow me to select a file, drop it on the droplet, and then have the droplet copy the file to multiple user folders on a particular server?

I intend to use this for quickly copying images in one folder to several of the users’ home folders on our server.

Any help with how to do this would be appreciated.

Thanks.

Yes, a droplet is capable of copying a file to multiple locations. If you know where you’re always going to drop it, you can hardwire this in. Alternatively you could build a way for it to read a file containing locations for the file to be copied. Depending on what operating system you’re using how to implement these things may vary.