Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 18th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. tell application "System Events" to set quitapps to name of every application process whose visible is true and name is not "Finder"
  2. repeat with closeall in quitapps
  3.         quit application closeall
  4. end repeat