Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
macOS 10.12: Finder windows sometimes close after startup
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ValterV" data-source="post: 1926940" data-attributes="member: 379916"><p>Fair enough :-D</p><p></p><p>It just launched three apps, and then switch to Finder and hide anything else:</p><p></p><p>[CODE]tell application "/Applications/Toolz/Text_Editor-Font/iText 3.5.1/iText.app"</p><p> launch</p><p>end tell</p><p></p><p>tell application "/Applications/_Web Apps/Firefox.app"</p><p> launch</p><p>end tell</p><p></p><p>tell application "/Applications/_Web Apps/Thunderbird.app"</p><p> launch</p><p>end tell</p><p></p><p>tell application "Finder"</p><p> activate</p><p> set visible of every process whose visible is true and name is not "Finder" to false</p><p>end tell[/CODE]</p></blockquote><p></p>
[QUOTE="ValterV, post: 1926940, member: 379916"] Fair enough :-D It just launched three apps, and then switch to Finder and hide anything else: [CODE]tell application "/Applications/Toolz/Text_Editor-Font/iText 3.5.1/iText.app" launch end tell tell application "/Applications/_Web Apps/Firefox.app" launch end tell tell application "/Applications/_Web Apps/Thunderbird.app" launch end tell tell application "Finder" activate set visible of every process whose visible is true and name is not "Finder" to false end tell[/CODE] [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
macOS 10.12: Finder windows sometimes close after startup
Top