Run Multiple Instances Of Any App On Your Mac With An AppleScript
Two heads are better than one and perhaps, so are two apps. The only thing that’s better than a good app is perhaps two good apps. Given that you already have a really great app for a specific function, and you would like to run multiple instances of it, you might have your work cut out for you if the app doesn’t support it and you’re on a Mac. Running multiple instances of any app on a Mac may sound difficult but it’s surprisingly easy. You need only use a simple script and you can run as many instance of an app as you like. The multiple instances run in isolation of each other and each one is represented by the app’s respective icon in the Dock.
Read More