Re: scripting BOMArchiveHelper possible ?
Re: scripting BOMArchiveHelper possible ?
- Subject: Re: scripting BOMArchiveHelper possible ?
- From: kai <email@hidden>
- Date: Wed, 11 Oct 2006 20:18:03 +0100
On 11 Oct 2006, at 14:27, Martin Orpen wrote:
The easiest way to use it is to stick it in the Dock and then drag
stuff onto it.
FWIW, it should also be possible to emulate that with something like
(one line - watch for wraps):
-----------------
tell application "Finder" to open (choose file without invisibles)
using path to application "BOMArchiveHelper"
-----------------
Or (also one line):
-----------------
do shell script POSIX path of (path to "csrv") &
"BOMArchiveHelper.app/Contents/MacOS/BOMArchiveHelper " & quoted form
of POSIX path of (choose file without invisibles)
-----------------
However, BOMArchiveHelper does seem to be intended more as an aid for
manual archiving (in spite of lacking a GUI). In terms of scripting,
I'd probably go for ditto, too.
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden