Save quark doc works and doesn't?
Save quark doc works and doesn't?
- Subject: Save quark doc works and doesn't?
- From: Michael Tompsett <email@hidden>
- Date: Fri, 16 Aug 2002 13:49:16 +0100
Can anyone help,
A very simple applescript to save a quark document. This works fine on my
mac (OS9.1, Quark 4.11, Applescript Z1-1.6)
This is not working on someone elses machine howver who have the same setup
(not sure yet if the applescript version is the same). The hard drive path
is correct for their machine as well. It comes up with an error about making
data into the correct type on the save line. Any reasons why this would
occur, could it be they are using a different version of applescript??
Thanks
set filepath to ("Macintosh HD:thefile")
tell application "QuarkXPress 4.11"
activate
save document 1 in filepath with replacing
close document 1
end tell
_______________________________________________
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.