Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. tell application (path to frontmost application as Unicode text)
  2. activate
  3. -- Place the application on top left corner with size 1024x768
  4. set bounds of window 1 to {0, 0, 1024, 768}
  5. end tell
Add Comment
Please, Sign In to add comment