Start It Again Mac...
Posted by dom on Fri Aug 26 23:01:53 +0200 2005Have you ever encountered a Situation where you wanted to start another copy of an Application that is already running?
Do you want Windows Media Player, Real Player or VLC to open more than one video simultaneously?
There is and always was one way to do this: duplicate the Application and run it. But this is cumbersome. But now there is Start It Again !
Just open an Application via:
File->Open….
or
Launch Again
or
the dock menu
or
drag it to the dock icon from the Finder
But be aware: Some Applications have never meant to be run more than once simultaneously, so you’re on your own if you cause a crash. Don’t blame me. This Application is strictly under a use at your own risk licence.
P.S.: inspired by this post made by Ali Ozer



Funny, I needed this very thing just a few days ago. Ended up duplicating the app as you said, meh.
So, how does it work? Do you cheat Mach into thinking there’s two Mach-O binaries?
Just look at ali ozer’s post . I use NSWorkspace to open the application and use the option he mentioned to make launchservices start the app again.
Oh, right, thanks.