I'm trying to create a .bat file that has multiple control channels, in the event that the control channel changes, or it has changed since the last time I launched the program. I.E., it should try the first channel listed, and if that isn't the control channel, it should move on to the next one in the list. Is this possible?
I have tried the below .bat file, but it doesn't work:
start FMPA -i1 -rc -o20003 -f935.4625 -f935.4875 -f937.8875 -f937.9125 -f938.175 -f938.500 -f939.400 -_1 -wsl15.43
start DSDPlus -i20003 -rc -O NUL -wes400.800
start FMPA -i2 -rv -o20002 -wsl240.43
start DSDPlus -rv -i20002 -O NUL -wes400.800
I have tried the below .bat file, but it doesn't work:
start FMPA -i1 -rc -o20003 -f935.4625 -f935.4875 -f937.8875 -f937.9125 -f938.175 -f938.500 -f939.400 -_1 -wsl15.43
start DSDPlus -i20003 -rc -O NUL -wes400.800
start FMPA -i2 -rv -o20002 -wsl240.43
start DSDPlus -rv -i20002 -O NUL -wes400.800