|
|
ScriptingFrom: Aaron Lynch Date: Thursday, May 2, 2002
Time: 11:54:59 pmChris, 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:- Scripting by Aaron Lynch on May 2, 2002 at 11:54:59 pm
- Re: Scripting by Men & Mice Support on May 4, 2002 at 12:51:21 pm
|

Return to Digital Point Solutions' Home Page |