Guest User

Untitled

a guest
Dec 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. tell application "TextEdit"
  2. activate
  3. make new document with properties {text:"XDXDXD"}
  4. set theDesktopPath to the path to the desktop folder as text
  5. tell front document
  6. set font to "Comic Sans MS"
  7. set size to 40
  8. set its color to {65535, 0, 0}
  9. end tell
  10. end tell
Add Comment
Please, Sign In to add comment