tell application "Concentrate" to stop concentrating

tell application "Finder"
    set theWindows to (get every Finder window)
    repeat with eachWindow in theWindows
        close eachWindow
    end repeat
end tell

tell application "Path Finder"
    set theWindows to (get every finder window)
    repeat with eachWindow in theWindows
        close eachWindow
    end repeat
end tell