1 頁 (共 1 頁)

CF Import shell script

發表於 : 03/30/2004 1:32 pm
oeyvind
Just written a shell script to automate my CF importing workflow. To run it, one can use a simple AppleScript to call the script from the desktop.

So what does the script? When run, it will first do a normal CF exist check, next it will create the respective folders (if not already existed), and then it will copy the contents of CF to their appropriate folders.

If you are interested, the script is here. (see it for more info)

It will be a donation ware. So do kindly donate something if you find it useful... ^^

發表於 : 03/30/2004 2:34 pm
oeyvind
Might be doing a GUI app for this...

need some help here:

For Canon EOS DSLR, the CF mounted will be called

EOS_DIGITAL

what does it's called on Nikon DSLR, Olympus, and your respective DCAM

Thanks.

發表於 : 03/30/2004 7:40 pm
Well, you may consider Standard Additions command "choose folder" to let users to locate the CF. :wink:

BTW, for this task, I would recommend mixing applescript & shell command "cp" or "rsync"; then run the script from script menu. 8)