Automating with Applescript!
Automating with Applescript!
- Subject: Automating with Applescript!
- From: Cerciello <email@hidden>
- Date: Tue, 27 Oct 2009 23:54:58 +0100
Hi everyone,
I like to unzip a bunch of ziped file but doesn' t work!
Basically I created a service using the " Run Applescript " action and typed this:
on run {input, parameters}
tell application "Finder" set this_path to the quoted form of the POSIX path of (insertion location as alias) end tell
tell application "Terminal" activate do script "cd " & this_path & find -exec unzip -o {} \; & rm -rf __MACOSX; end tell
return input end run
error: Expected end of line, etc. but found identifier.
Any help would be very appreciated or if would be a simpler way to do this, very welcome.
Thanks in advance gC
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden