View Single Post
Old 05-26-2014, 05:03 PM   #11
MichaelDeRosa
Member
MichaelDeRosa began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2014
Device: kindle HD Fire
(I thought I had already posted this, but I don't see it, so I am posting it again)

So...I am making my way around automator and think that I got to the place where I can drop code, namely in the "run AppleScript" action tab. Well, I placed the code and ran it. The only result was the it told me that the 'workflow completed'. (Don't know what that means, but the calibre editor did not open, as I thought it would). Here is the code that I inserted:
on open filelist
repeat with i in filelist
do shell script "ebook-edit " & quoted form of POSIX path of i
end repeat
end open

So...what might my next step be?

Thanks, in advance.
MichaelDeRosa is offline   Reply With Quote