<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Launch &amp; Run Multiple Instances of Any Application in Mac OS X</title>
	<atom:link href="http://osxdaily.com/2011/05/11/multiple-instances-application-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sun, 19 May 2013 22:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anthony Tanas</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-515711</link>
		<dc:creator>Anthony Tanas</dc:creator>
		<pubDate>Tue, 12 Mar 2013 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-515711</guid>
		<description>Thanks, works great.  I prefer the simplicity of just using the open -n command on the rare occasions I need two versions.

A coworker suggested that it could be a problem though for apps that use iCloud.  Any concern with having two copies of the Notes app open for instance?  I wouldn&#039;t think so but he suggested it was a real problem.</description>
		<content:encoded><![CDATA[<p>Thanks, works great.  I prefer the simplicity of just using the open -n command on the rare occasions I need two versions.</p>
<p>A coworker suggested that it could be a problem though for apps that use iCloud.  Any concern with having two copies of the Notes app open for instance?  I wouldn&#8217;t think so but he suggested it was a real problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-482911</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 27 Jan 2013 20:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-482911</guid>
		<description>Hi,

Great tip. I have multiple iTunes libraries. How can I open iTunes and make OS X think I am holding the &#039;option&#039; key so I can select a library?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great tip. I have multiple iTunes libraries. How can I open iTunes and make OS X think I am holding the &#8216;option&#8217; key so I can select a library?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mareo Raft</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-355714</link>
		<dc:creator>Mareo Raft</dc:creator>
		<pubDate>Tue, 13 Mar 2012 03:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-355714</guid>
		<description>The following is slightly simpler.  Let&#039;s say I wanted to open the application Safari.

Open Terminal, type the command
[code]open -na Safari[/code]



Explanation: The -n option is for &quot;new&quot; or &quot;new instance&quot;.  The -a option tells your computer you are opening an application, so that the path (usually /Applications/) and the extensions (.app) are no longer needed.</description>
		<content:encoded><![CDATA[<p>The following is slightly simpler.  Let&#8217;s say I wanted to open the application Safari.</p>
<p>Open Terminal, type the command<br />
[code]open -na Safari[/code]</p>
<p>Explanation: The -n option is for &#8220;new&#8221; or &#8220;new instance&#8221;.  The -a option tells your computer you are opening an application, so that the path (usually /Applications/) and the extensions (.app) are no longer needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-321270</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-321270</guid>
		<description>You need to also add that if the file name contains a space you will be required to enclose that name in quotes: i.e. open -n /Applications/&quot;Xilisoft Video Converter Ultimate 6.app&quot;/ .</description>
		<content:encoded><![CDATA[<p>You need to also add that if the file name contains a space you will be required to enclose that name in quotes: i.e. open -n /Applications/&#8221;Xilisoft Video Converter Ultimate 6.app&#8221;/ .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Launch and Use Any Mac OS X App When Booted from OS X Lion Recovery HD Drive</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-227083</link>
		<dc:creator>Launch and Use Any Mac OS X App When Booted from OS X Lion Recovery HD Drive</dc:creator>
		<pubDate>Tue, 23 Aug 2011 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-227083</guid>
		<description>[...] this method you can actually run concurrent instances of apps without using the traditional &#8216;open -n&#8217; command [...]</description>
		<content:encoded><![CDATA[<p>[...] this method you can actually run concurrent instances of apps without using the traditional &#8216;open -n&#8217; command [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: albinoz</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-196504</link>
		<dc:creator>albinoz</dc:creator>
		<pubDate>Thu, 12 May 2011 20:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-196504</guid>
		<description>I will test thanks for</description>
		<content:encoded><![CDATA[<p>I will test thanks for</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meh</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-196369</link>
		<dc:creator>meh</dc:creator>
		<pubDate>Thu, 12 May 2011 07:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-196369</guid>
		<description>Another good option is to make it into a service so you can just right-click on the file icon that you want to open with a new instance of the default program.

http://lifehacker.com/#!5766390/how-to-open-two-instances-of-an-application-in-os-x</description>
		<content:encoded><![CDATA[<p>Another good option is to make it into a service so you can just right-click on the file icon that you want to open with a new instance of the default program.</p>
<p><a href="http://lifehacker.com/#!5766390/how-to-open-two-instances-of-an-application-in-os-x" rel="nofollow">http://lifehacker.com/#!5766390/how-to-open-two-instances-of-an-application-in-os-x</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Frost</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-196256</link>
		<dc:creator>Jack Frost</dc:creator>
		<pubDate>Wed, 11 May 2011 22:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-196256</guid>
		<description>Doesn&#039;t seem to work on Chrome.  It dies immediately.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to work on Chrome.  It dies immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeTIK</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-196241</link>
		<dc:creator>PeTIK</dc:creator>
		<pubDate>Wed, 11 May 2011 20:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-196241</guid>
		<description>Linker for OSX, alpha version
start multiple application instance ;)

http://petikteam.blogspot.com/2010/02/linker4osx-how-to-start-multiple.html</description>
		<content:encoded><![CDATA[<p>Linker for OSX, alpha version<br />
start multiple application instance <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://petikteam.blogspot.com/2010/02/linker4osx-how-to-start-multiple.html" rel="nofollow">http://petikteam.blogspot.com/2010/02/linker4osx-how-to-start-multiple.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cromagnon Man</title>
		<link>http://osxdaily.com/2011/05/11/multiple-instances-application-mac/#comment-196215</link>
		<dc:creator>Cromagnon Man</dc:creator>
		<pubDate>Wed, 11 May 2011 18:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=15902#comment-196215</guid>
		<description>Nice tip! I saw it on Facebook but this is great for using different Dropbox accounts at the same time too</description>
		<content:encoded><![CDATA[<p>Nice tip! I saw it on Facebook but this is great for using different Dropbox accounts at the same time too</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 292/293 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-19 16:48:02 -->