PDA

View Full Version : Several Instances at once


Conal
04-21-2007, 04:36 AM
Hi

Does anyone recall how you launch the Lin Client several times at once? I belive to recall it was done over the Terminal - any idea?

Roo
04-21-2007, 05:54 AM
Yep, copy the directory and re-name it - then you can Launch a second instance.

I normally have 2 or 3 going ^_^

MrFish86
04-21-2007, 09:50 AM
what's the point of doing that?

Conal
04-22-2007, 12:35 AM
Usefull when working with several accounts. For instance a trader on a own account.

I refound the method. For Applescript it was:
do shell script "/Applications/Games/Lineage.app/Contents/MacOS/Lin > /dev/null 2>&1 &"

Sk8
04-23-2007, 04:42 AM
[ QUOTE ]

what's the point of doing that?


[/ QUOTE ]

Play in windowed mode with two clients side by side....

Heal bot yourself...

Been doing it for years.

Thorncrag
04-23-2007, 10:11 AM
You don't even need to use AppleScript.

Simply go into /Applications.../Lineage.app/Contents/MacOS/

Make an alias of "Lin" from the that MacOS directory and put it on your desktop. You can then just double click this alias to launch a new instance of Lineage.

Sk8
04-23-2007, 10:17 AM
Same thing I do. Quick and easy and reusable. I have 3 instances of 'Lin' on my Dock for launching multiple clients real fast. Any more than 3 clients and my computer just gets to bogged down.

Conal
04-23-2007, 11:51 PM
Need to try this. Last time I tried that way, I was only abel to launch one instance this way. (That is been a long time ago) Will check today after work. :)

Roo
05-26-2007, 06:16 AM
That works? wowzers, I guess i can free up the 12GB i have of copies of the client! lol

[ QUOTE ]
You don't even need to use AppleScript.

Simply go into /Applications.../Lineage.app/Contents/MacOS/

Make an alias of "Lin" from the that MacOS directory and put it on your desktop. You can then just double click this alias to launch a new instance of Lineage.

[/ QUOTE ]