|
|
 |  |
Re: opening secondary data window with ApplescriptFrom: Johan Solve Date: Friday, May 12, 2000
Time: 3:29:30 pmThis script will open the secondary domains window and add a secondary =
record.
tell application "QuickDNS Pro Admin"
activate -- optional, but it must be running in the next step
tell application "Finder" to set SDfile to (folder of =AC
application file of application process =AC
"QuickDNS Pro Admin" as string) & "QuickDNS=20
Data:Secondary Domains"
try
get name of document "secondary data"
on error
open file SDfile
end try
make new SD record at end of document =AC
"Secondary Domains" with properties =AC
{name:domain, filename:domain, first IP number:prime}
end tell
>Chris et al.,
>
>I cannot figure out how to Applescript the opening (or closing with =
saving)
>of the secondary data window in QuickDNS Admin. Any ideas? TIA.
>
>If anyone's wondering, I am creating a sequence of CGIs which will
>automatically create the folder structure, index files, and virtual =
host
>settings in Webstar (on 2 WebSTAR servers), and the primary and =
secondary DNS
>info, and all for multiple subdomains, some load balanced, some not. =
This
>involves 4 Macs calling each other in series and controlling multiple =
apps.
>Opening and saving the secondary data window is the only step left =
before I
>can deliver a turnkey solution to my client to add domain names (other =
than
>dealing with NetSol, but that's another story...)
>
>Jeff Baumann Pray for Elian
>jwbaumann@aol.com Pray for Freedom
>www.linkedresources.com
--=20
Johan S=F6lve
FileMaker and Lasso Systems Developer
MONTANIA SYSTEM AB [FSA Member]
http://www.montania.se mailto:johan@montania.se
Halmstad Branch: Brogatan 16, S-30243 Halmstad
phone +46 35-127205 fax +46 35-2802654 mobile +46 709-515570
Ronneby HQ: Soft Center , S-37225 Ronneby
phone +46 457-386200 fax +46 457-26479
|

Return to Digital Point Solutions' Home Page |