Re: New Appleworks document
Re: New Appleworks document
- Subject: Re: New Appleworks document
- From: T&B <email@hidden>
- Date: Wed, 17 Jul 2002 17:11:32 +1000
what is the command for Appleworks 6 to create a new text document and to
save that document (given that some text is then pasted into it) with a
name stored in a variable.
set savePath to "Macintosh HD:Documents:test"
tell application "AppleWorks 6"
make new document at front
paste
save front document in file savePath
end tell
There's a pile of AppleScript and Appleworks information at:
http://www.tandb.com.au/appleworks/
http://www.tandb.com.au/applescript/tutorial/
Tom
T&B
_______________________________________________
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.