Re: scripting Dataviz Maclink - how?
Re: scripting Dataviz Maclink - how?
- Subject: Re: scripting Dataviz Maclink - how?
- From: Paul Richardson <email@hidden>
- Date: Wed, 18 Dec 2002 09:35:17 +0100
On Dienstag, 17. Dezember 2002, at 22:22 Uhr, Charles Arthur, UKClimbing Editor wrote:
>
Hi..
>
>
I'm trying to script the conversion of an RTF file to a MSWD file
>
using Maclink Plus, which allegedly is scriptable. (But is not
>
recordable.)
Charles,
This should get you going:
set thefile to choose file
set dt to path to desktop as string
set targetfile to dt & "example.doc"
tell application "MacLinkPlus Deluxe"
set file_translated to (translate file thefile to file targetfile wp format Word Mac 98 document)
end tell
--
Paul
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.