Page 1 of 1

Multiple Instance Launche

Posted: Sat Dec 26, 2020 9:09 pm
by KI4BEA
I have 3 SDRPlay radios on the same PC and want to have an instance of SDR Console running each.
I have a Main Identity and two Alternate Identities. I have them configured so that when I launch the first instance of Console, the Select Identity box comes up and I select the Main identity and Console runs the correct radio. I then launch the second and third instances and select the corresponding Identity. All three instances run simultaneously with no problems.
I now want to automate the process using a batch file. Is there a command line that allows me to launch 3 instances of Console in sequence with their associated Identities. I have looked all over for an answer.
I am using Version 3.0.25.
Thanks,
Tom
KI4BEA

Re: Multiple Instance Launche

Posted: Sun Dec 27, 2020 5:51 am
by Simon G4ELI
Yes,

It's optional arguments, for example: "c:\program files\sdr-radio.com (v3)\sdr console.exe" /ident=1

Re: Multiple Instance Launche

Posted: Sun Dec 27, 2020 2:02 pm
by KI4BEA
Thank you. Just what I needed.