This is the script that I'm using:
- Code: Select all
tell application "Evernote"
activate
create note from file theFile notebook "Elizabeth"
end tell
Thanks
Lynn
Moderator: Mr_Noodle
tell application "Evernote"
activate
create note from file theFile notebook "Elizabeth"
end tell
tell application "Evernote"
create note from file theFile notebook "~Inbox"
end tell