Re: How To Read a Dictionary
Re: How To Read a Dictionary
- Subject: Re: How To Read a Dictionary
- From: Marconi <email@hidden>
- Date: Sun, 5 Mar 2006 17:28:56 -0700
At 11:51 AM -0800 3/5/06, Paul Berkowitz sent email regarding Re: How
To Read a Dictionary:
On 3/5/06 11:36 AM, "Marconi" <email@hidden> wrote:
Where do you see anything about it being a scriptable application? Neither
the User Guide nor Release Notes pdf documents has any instance of
"AppleScript" nor "scriptable".
Well, here's one of the scripts that ships with it. There's also the
document called: AppleScript Read Me.rtf
Snipped for brevity:
on run
set theUserInput to getUserInput() -- returns a list of two items
if theUserInput is false then return
set theServerName to item 1 of theUserInput -- the name of the DNS
server to back up
BackUpData(theServerName, theBackupPath) -- do the work
end run
on BackUpData(theServerName, theBackupPath)
tell application "Men & Mice Management Console"
activate
-- close all zone documents, so that we don't have any stale
documents around
try
set theDocs to (the name of every document)
blah, blah.
_______________________________________________
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