Aside from attempting to script this, is there a tool out there which does batch conversions from .doc to .pages?
set tilde to (path to home folder as string)
tell application "Pages"
open file (tilde & "desktop:read me.doc")
activate
tell application "System Events"
tell process "pages"
keystroke "S" using {command down}
delay 1
keystroke "read me" -- the name of the file
delay 1
--doesn't press return here. :mad:
delay 5
keystroke "W" using {command down}
end tell
end tell
end tell
Why not just change the default application for .doc to be Pages, then convert them as you need/read them?
That's way too simple and Mac-like. You should be ashamed of yourself!![]()
The sort of people I'm trying to get to use Macs as they can't ably handle a Windows machine would be flummoxed by this.
Aside from attempting to script this, is there a tool out there which does batch conversions from .doc to .pages?
You could try adapting the script to convert from Word to work the opposite way.