Jump to content

muhadi

Level 2
  • Posts

    18
  • Joined

  • Last visited

Posts posted by muhadi

  1. Just now, DTLow said:

    To append these files to a note, they will have to be stored somewhere
    I exported the files to /Users/david/Desktop/@Evernote/Evernote_Temp using
    set theMessage to item 1 of theMessages
    tell application "System Events" to keystroke "s" using {shift down, command down}
    delay 3
    tell application "System Events" to keystroke return
    delay 1
    tell application "System Events" to keystroke "p" using {option down, command down}
    delay 3
    tell application "System Events" to keystroke return
    delay 5

    Then retrieved the file using
    tell application "Finder" to set the_files to name of files of folder POSIX file ("/Users/david/Desktop/@Evernote/Evernote_Temp")

    Thanks

×
×
  • Create New...