AppleScript

Here's my AppleScript:

tell application "Finder" activate open application file "Messages.app" of folder "Applications" of folder "System" of startup disk

end tell

I just need the step to send the message making the script automatically send the message which has already been created. This step opens the completed iMessage ready to send . I want to send it without and keyboard usage. All that is needed is the step to send

AppleScript
 
 
Q