I'm sure this is simple enough to most, but I am just starting to play around with Apple script.
I simply want to have a destination folder highlighted in finder and run a script that will copy all my photo and video files from an inserted SD card to that highlighted folder.
Basically just a quick way to offload files since I do this frequently.
Could anybody help get me started? Any info would be appreciated.
Thanks!

Automatorinstead of AppleScript. I have almost no experience with Automator, but with some help I got from @Mockman in this Q&A I was able to build a couple of working apps. One of the keys for me was usingAutomatorto handle the GUI stuff, and connecting that to shell scripts I wrote. Maybe this would work for you as well?Automatorto control thePhoto Importerdescribed in the answer below?