You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

open new apps in background

is there a way to open new apps in the background?

right now, when opening a new application, the system will automatically switch to the new app once it is loaded.


i.e. i am woking on a word document, and while typing, i start excel from the dock.

excel will take 30+ second to load/start.


in the meantime i am still using word.

after 30 sec, excel loads and automatically switch from word to excel even if i am in the middle of typing.


is there any way to prevent the auto switch and load the new app in the background?

Mac OS X (10.7.3)

Posted on Apr 17, 2012 1:37 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 17, 2012 1:55 AM

Unless the app has an option to support it, the answer is no. The newly launched app always gets the current focus.


As an alternative I believe you could use Spaces (in System Preferences) to open apps in different virtual screens.

5 replies

Jan 10, 2014 1:29 PM in response to Kriogenx0

There is a way ...


1. Create your script in Apple Script Editor:


do shell script "open -g \"/Applications/Microsoft Office 2011/Microsoft Excel.app\" "


tell me to quit



2. Then, in Apple Script Editor, select File -> Export

In the Export dialog window, name your application and select File Format: Application

Finally, click "Save"


3. You now have an .app file you can double-click to run your app in background.

Drag & drop this app to your dock to create an alias


You now have a dock item you can click to start your app in background.


To make it perfect, you can even copy / paste the app icon and paste it to your newly created app before dragging it to your Dock:

- select your original app in Finder

- get info (Command + I)

- click once on the app icon in the "get Info" window

- copy it (Command + C)

- then select your newly created app in Finder

- get info (Command + I)

- click once on the app icon in the "get Info" window

- paste (Command + V)


This way, you have an alias to your script-app in the Dock, showing the original app icon (Excel in my example)


Have fun 😉

open new apps in background

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.