Search Again:

Scripting

From: Aaron Lynch
Date: Thursday, May 2, 2002
Time: 11:54:59 pm

Chris, o' applescript god....


I need to make a script, that has a list of SOME of my domains, deletes all
the MX records and then creates new ones with the domain in the record
(domain.com.provider.com)

I was going to set the domain into a property but I got stuck very early on:

property domains : "test1.com"

repeat with domain in domains
tell application "QuickDNS Manager for OS X"
activate
open zone (domain as string)
end tell
end repeat


I get the error message:

't doesn't understand the open message'

Can you unstuck me?




Messages In This Thread:



Return to Digital Point Solutions' Home Page