Here's what's in the .bat file:
Code:
START CMD /c "FMPA -rc -i1 -o20001 -f464.2000 -wsl0.-1 >FMPA-CC.log -b12.5 -L15 -M15 -V15"
START CMD /c "FMPA -rv -i2 -o20002 -wsl0.-1 >FMPA-VC.log -b12.5 -L15 -M15 -V15"
START CMD /c "DSDPlus -rc -i20001 -v2 >CC.log -wsl25.964 -wss114.313 -wel0.1 -wes657.1276 -weh18 -wcl24.1 -wch20 -T -E -e"
START CMD /c "DSDPlus -rv -i20002 -v2 >VC.log -wsl164.964 -wss114.313 -wel0.1 -wes657.1276 -weh18 -wcl304.776 -wch20 -T -E -e"
It looks like there is a lot of 'extra' in your command lines. Try creating a batch file for EACH of the commands and use a master BAT file to call those. One we use looks like this (called RUN ICORRS.BAT): (timeouts are to give time to minimize the DOS windows)
RUN ICORRS.BAT:
start FMPA-CC-ICORRS.bat
timeout 8
start CC-ICORRS.bat
timeout 8
start FMPA-VC-ICORRS.bat
timeout 8
start VC-ICORRS.bat
And here are the four BAT files for the commands:
FMPA-CC-ICORRS.BAT:
cd c:\sdr\dsd - ICORRS\
FMPa -i1 -o20001 -f859.9625 -V13 -M15 -L15 -b12.5
CC-ICORRS.BAT:
cd c:\sdr\dsd - ICORRS\
DSDPlus.exe -rc -i20001 -v4 -wel0.0 -wcl442.0 -wsl450.0 -wss200.300 -wsp100 -wes400.700 -weh15 -wch15 >>CC.log
FMPA-VC-ICORRS.BAT:
cd c:\sdr\dsd - ICORRS\
FMPa -rv -i2 -o20002 -V13 -M15 -L15
VC-ICORRS.BAT:
cd c:\sdr\dsd - ICORRS\
DSDPlus.exe -rv -i20002 -v4 -wel490.0 -wcl910.0 -wsl940.0 -wss700.300 -wsp100 -wes378.700 -weh15 -wch15
And here is the FMPA CFG file (SN obscured):
910865xxxxxxxxxx, 910865xxxxxxxxxx ; Airspy serial number list
2.5 ; sampling rate (2.5 or 10)
1024 ; spectrum window width
32 ; FFT size (16k, 32k, 64k)
10 ; spectrum update rate in Hz
5000 -6250 7500 12500 15000 25000 100000 ; step size table; units = Hz; negate default
. ; DSD+ path
.\FMPA-FreqList.csv ; primary frequency list CSV path\filename
.\FMPA-FreqList2.csv ; auxiliary frequency list CSV path\filename
miles ; miles or kilometers
99.9 ; search distance
40.1163 -80.1241 ; search origin