• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How To Read a Dictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How To Read a Dictionary
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: How To Read a Dictionary (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: re: How To Read a Dictionary
  • Next by Date: Re: How To Read a Dictionary
  • Previous by thread: Re: How To Read a Dictionary
  • Next by thread: Re: How To Read a Dictionary
  • Index(es):
    • Date
    • Thread