Skip to content

Instantly share code, notes, and snippets.

@paulvollmer
Created April 22, 2012 09:14
Show Gist options
  • Save paulvollmer/2462875 to your computer and use it in GitHub Desktop.
Save paulvollmer/2462875 to your computer and use it in GitHub Desktop.
applescript create two finder window
tell application "Finder"
activate
set this_window to make new Finder window
set bounds of front window to {0, 22, 1440, 430}
set this_window to make new Finder window
set bounds of front window to {0, 452, 1440, 900}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment