Guest User

Untitled

a guest
Jan 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. set s1 to "echo A"
  2. set s2 to "echo A"
  3. tell application "Terminal"
  4. activate
  5. tell window 0
  6. set visible to true
  7. end tell
  8. set shell to do script s1 in window 0
  9. tell window 1
  10. set visible to true
  11. end tell
  12. set shell to do script s2 in window 1
  13. end tell
  14.  
  15. tell application "Terminal"
  16. activate
  17. do script "echo A"
  18. do script "echo A"
  19. end tell
Add Comment
Please, Sign In to add comment