Guest User

Untitled

a guest
Nov 24th, 2017
60
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 "System Events"
  2. set this_info to {}
  3. repeat with theProcess in (application processes where visible is true)
  4. tell application theProcess
  5. close
  6. end tell
  7. end repeat
  8. end tell
Add Comment
Please, Sign In to add comment