Hi All, Is there any way at all to open multiple RuneScape client processes (legacy; not NXT). I am aware of more trivial methods such as rapidly clicking on the RuneScape.url icon to open multiple instances at the same time, or through a batch file, which does the same as the latter suggested method: Code: @echo off :GAMETYPE_SETUP SET /P gametype="rs3" IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP GOTO INVALID_GAMETYPE :AMOUNT_SETUP SET /P input="10" SET /A amount="%input%"*1 IF %amount% GTR 0 GOTO RUN GOTO INVALID_AMOUNT :INVALID_GAMETYPE ECHO Invalid input GOTO GAMETYPE_SETUP :INVALID_AMOUNT ECHO Invalid input GOTO AMOUNT_SETUP :RUN FOR /L %%i IN (1, 1, %amount%) do ( IF /I "%gametype%" == "rs3" ( START rs-launch://www.runescape.com/k=5/l=$(Language:0)/jav_config.ws ) ) However I want to be able to open multiple processes of the legacy client through clicking on the program just as what would usually happen, rather than starting them all simultaneously. Please don't search online to try to find a solution for me, I already have. To be specific, if I try to open a third instance of the client, this appears: If you don't have the RS3 legacy client installed, you can reproduce the same issue with the [official, first-party] OSRS client. Thanks for the help Anybody who can find a solution will receive a combat 80+ RS3 account.
Merged your threads and deleted the others. Please do not spam identical threads into different sections.