Wednesday, 21 August 2013

Applescript - Run Multiple Instances of an App in Mac OSX

Applescript - Run Multiple Instances of an App in Mac OSX

I was hoping one of you kind folks could help me write a script that would
open another instance of Transmission.
From my online research, I took a stab at making my own and compiled the
following script for AppleScript Editor.
do shell script "open -n -a '/Volumes/2 TB/App/Transmission.app'"
However, i get the following error message, "There is already a copy of
Transmission running. This copy cannot be opened until that instance is
quit."
Can anyone tell me what I'm doing wrong?
Thanks!

No comments:

Post a Comment