Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. tell application (path to frontmost application as Unicode text)
  2. activate
  3. set x to 400
  4. set y to 400
  5. set width to 1024
  6. set height to 768
  7. set bounds of window 1 to {x, y, x + width, y + height}
  8. end tell
Add Comment
Please, Sign In to add comment